-
Notifications
You must be signed in to change notification settings - Fork 4
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
No summary file #9
Comments
Sorry that that error is printed without the proper new lines...I tried unsuccessfully to edit that post to fix that. |
No worries, you just need to leave extra spaces between lines indicated as code. For the error, I found the bug and addressed it. Could you try re-downloading the github repo and trying again with the updated code. Let me know if you continue to have issues! Cheers, |
I now get the following:
##Then:
It looks like the out prefix got cat'ed to itself? |
Hi,
I am using the following call to spray-and-pray.py:
spray-and-pray.py -t 20 --euk --meta --spades -bam ${prefix}.pairedReads2assembly.sorted.bam -g $file -ref /home/liam/data/nr/nr.dmnd -out spraynpray_out/$bin
I am receiving the following error. The number "1.00425e+06" is the same across all of my datasets, so I assume that is internal to spray and pray, and not a function of my data?
This is inside a for loop that is printing $bin, $prefix, and $file each iteration, so I am sure those are assigned correctly.
The files that are being generated are:
*-cds.ffn (which has the variable $file as its prefix instead of what follows the -out flag)
*-proteins.faa (which has the variable $file as its prefix instead of what follows the -out flag)
*.blast (which has the variable $file as its prefix instead of what follows the -out flag)
*-top100.csv
I think there is supposed to be at least one other file? Which I assume is the "preparing summary" output that is being blocked by that error?
The text was updated successfully, but these errors were encountered: