beliveau-lab / OligoMiner

Genome-scale design tool for oligo hybridization probes
MIT License
58 stars 19 forks source link

blockParse.py does not create a fastq file #1

Closed pinkvirus3 closed 7 years ago

pinkvirus3 commented 7 years ago

The blockParse.py script runs fine, but does not create a .fastq file. Std out:

0 of 1600
13 candidate probes identified in 1.30 kb yielding 10.00 candidates/kb
Program took 0.089708 seconds

update: It appears that the .fastq is not created if the .fasta given as input is not located in the current directory.

Thanks