You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am assembling reads that I think are derived from a single organism from a metagenome (e.g. reads from a spacegraphcats query). The reads are 101 bases long. The read file is 2.2GB, and I am treating it as single end.
Your Environment
I ran plass using conda, with the following environment:
Could you try to decrease the minimum translated ORF length with the --min-length parameter?
Something between 25 to 30 should work fine. The default translated fragment length of 45 is too long to fit into the 101 bp long reads.
Update: I tried it out locally, the aa_6f_long database has a reasonable size (instead of 0) if I pass a shorter min-length.
Expected Behavior
I expect plass to output a fasta with amino acid sequences
Current Behavior
plass runs, but outputs a file with no amino acid sequences
Steps to Reproduce (for bugs)
Please make sure to execute the reproduction steps with newly recreated and empty tmp folders.
Plass Output (for bugs)
Log file: 11388349399477705273_log.txt
File sizes in
tmp
for plass run:11388349399477705273_file_sizes.txt
Context
I am assembling reads that I think are derived from a single organism from a metagenome (e.g. reads from a spacegraphcats query). The reads are 101 bases long. The read file is 2.2GB, and I am treating it as single end.
Your Environment
I ran plass using conda, with the following environment:
I am on a linux computer, and used plass with 128 gb of ram and 8 CPU (Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-70-generic x86_64))
The text was updated successfully, but these errors were encountered: