Skip to content
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

Open
macmanes opened this issue Dec 1, 2016 · 1 comment
Open

1.0 Backport hmmscan issue #83

macmanes opened this issue Dec 1, 2016 · 1 comment

Comments

@macmanes
Copy link

macmanes commented Dec 1, 2016

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.

@camillescott
Copy link
Member

camillescott commented Dec 1, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants