Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run readsimulator #1

Open
Rohit-Satyam opened this issue May 13, 2022 · 2 comments
Open

Unable to run readsimulator #1

Rohit-Satyam opened this issue May 13, 2022 · 2 comments

Comments

@Rohit-Satyam
Copy link

Hi developer!!

I was trying to use your tool to generate simulated reads for my genome however I am getting the following error:

python readSimulator.py --input PlasmoDB-56_PvivaxP01_Genome.fasta --simulator art --simulator_path /miniconda3/bin/art_illumina --outdir shredded_reads --iterations 10 --readlen 150 --opts '-m 300 -s 25 -qU 35 -nf 0 -rs 10 -ss HS20 -qs -1.5 -qs2 -2 -na'
Simulator: art at /miniconda3/bin/art_illumina
/miniconda3/bin/art_illumina --in PlasmoDB-56_PvivaxP01_Genome_refseq.fasta --rcount 23839 --len 150 --paired --out PlasmoDB-56_PvivaxP01_Genome_tmp_ -m 300 -s 25 -qU 35 -nf 0 -rs 10 -ss HS20 -qs -1.5 -qs2 -2 -na
Traceback (most recent call last):
  File "readSimulator.py", line 213, in <module>
    main()
  File "readSimulator.py", line 114, in main
    random_start = True, run = run)
  File "readSimulator.py", line 170, in simulate_reads
    with open(read2_tmp, "r") as f2:
FileNotFoundError: [Errno 2] No such file or directory: 'PlasmoDB-56_PvivaxP01_Genome_tmp_2.fq'

Can you help??

@sternp
Copy link

sternp commented Jun 23, 2022

I'm also getting the same error. Did you manage to resolve it Rohit-Satyam?

@sternp
Copy link

sternp commented Jun 24, 2022

I was specifying -ss HS20 with --readlen 150

Deleting -ss HS20 from --opts fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants