soedinglab / plass

sensitive and precise assembly of short sequencing reads
https://plass.mmseqs.com
GNU General Public License v3.0
150 stars 14 forks source link

The output file is empty #29

Open Sami-Altayyar opened 4 years ago

Sami-Altayyar commented 4 years ago

I have one nucleotide fasta file (nuc1.fasta) and I run the following command

plass assemble nuc1.fasta result.fasta tmp

from my understanding the final output should be result.fasta

but the result.fasta is empty

Current Behavior

result.fasta is empty

Steps to Reproduce (for bugs)

Please make sure to execute the reproduction steps with newly recreated and empty tmp folders. checked

Plass Output (for bugs)

Please make sure to also post the complete output of Plass. You can use gist.github.com for large output. no results

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

Plass Version: 41d03ca639be3086bbe6719fb1930db4d8cf60b4 compiled version

martin-steinegger commented 4 years ago

How long are the reads in your nuc1.fasta? In default Plass tries to extract protein fragments of at least 30 length (90 nucleotides). If you want to lower the size, you can adjust the --min-length parameter.