-
Notifications
You must be signed in to change notification settings - Fork 28
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
1.0 Backport hmmscan issue #83
Comments
Bleh, yeah, it needs the newer version. Forgot to add the version check for
GNU parallel into the backport release.
…On Wed, Nov 30, 2016 at 5:18 PM, Matt MacManes ***@***.***> wrote:
Having an issue with the hmmscan part of the run
Some tasks failed![dammit.annotate:ERROR]
TaskError - taskid:hmmscan:longest_orfs.pep.x.Pfam-A.hmm[dammit.annotate:ERROR]
Command error: 'cat good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep | /usr/bin/parallel --round-robin --pipe -L 2 -N 10000 --gnu -j 36 -a good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep /opt/hmmer-3.1b2-linux-intel-x86_64/binaries/hmmscan --cpu 1 --domtblout /dev/stdout -E 1e-05 -o good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep.pfam.tbl.out /home/lauren/Documents/Nov2016Dammit/dammit/Pfam-A.hmm /dev/stdin > good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep.pfam.tbl' returned 255
[dammit.annotate:ERROR]
when running this command on its own you see this error:
cat good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep \
| /usr/bin/parallel --round-robin --pipe -L 2 -N 10000 --gnu -j 36 -a good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep \
/opt/hmmer-3.1b2-linux-intel-x86_64/binaries/hmmscan --cpu 1 --domtblout /dev/stdout -E 1e-05 \
-o good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep.pfam.tbl.out \
/home/lauren/Documents/Nov2016Dammit/dammit/Pfam-A.hmm /dev/stdin \
> good.BINPACKER.cdhit.fasta.transdecoder_dir/longest_orfs.pep.pfam.tbl
parallel: Error: Command line too long (49809910 >= 131071) at number -2: ...
FYI, parallel version is GNU parallel 20141022. I could get version
20160922 from LinuxBrew if you think that older version is the issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#83>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACwxrZl8Tgbkh40VaFAcP8Ju4P803oMxks5rDiBXgaJpZM4LA5Nz>
.
--
Camille Scott
Graduate Group for Computer Science
Lab for Data Intensive Biology
University of California, Davis
[email protected]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having an issue with the hmmscan part of the run
when running this command on its own you see this error:
FYI, parallel version is GNU parallel 20141022. I could get version 20160922 from LinuxBrew if you think that older version is the issue.
The text was updated successfully, but these errors were encountered: