Hi all! I am trying to install dammit! to annotate my data and I get the following error:
ERROR: Loading command: install (LoadError)
cannot load such file -- openssl
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
I have been able to install ruby ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-linux]
and I tried sudo gem install crb-blast
What I am doing wrong? Thank you
Some tasks failed![dammit.annotate:ERROR]
TaskError - taskid:remap_hmmer:longest_orfs.pep.pfam.tbl[dammit.annotate:ERROR]
PythonAction Error
Traceback (most recent call last):
File "/home/bec2-jcalvete/anaconda2/lib/python2.7/site-packages/doit/action.py", line 383, in execute
returned_value = self.py_callable(*self.args, **kwargs)
File "/home/bec2-jcalvete/anaconda2/lib/python2.7/site-packages/dammit/tasks.py", line 472, in cmd
assert(all(hmmer_df.env_coord_to <= merged_df.end))
AssertionError
[dammit.annotate:ERROR]
Some tasks failed![dammit.annotate:ERROR]
TaskFailed - taskid:TransDecoder.Predict:transfuse_18_cons.fa[dammit.annotate:ERROR]
Command failed: '/media/bec2-jcalvete/Disc_Dur/Feina_Jordi/programes/TransDecoder-2.0.1/TransDecoder.Predict -t transfuse_18_cons.fa --retain_pfam_hits transfuse_18_cons.fa.transdecoder_dir/longest_orfs.pep.pfam.tbl --retain_long_orfs 600' returned 2
[dammit.annotate:ERROR]
Some tasks failed![dammit.annotate:ERROR]
UnmetDependency - taskid:hmmscan-gff3:transfuse_18_cons.fa.pfam.csv.gff3[dammit.annotate:ERROR]
remap_hmmer:longest_orfs.pep.pfam.tbl
[dammit.annotate:ERROR]
Some tasks failed![dammit.annotate:ERROR]
UnmetDependency - taskid:gff3-merge:transfuse_18_cons.fa.dammit.gff3[dammit.annotate:ERROR]
hmmscan-gff3:transfuse_18_cons.fa.pfam.csv.gff3 TransDecoder.Predict:transfuse_18_cons.fa
[dammit.annotate:ERROR]
Some tasks failed![dammit.annotate:ERROR]
UnmetDependency - taskid:fasta-annotate:transfuse_18_cons.fa.dammit.fasta[dammit.annotate:ERROR]
gff3-merge:transfuse_18_cons.fa.dammit.gff3
[dammit.annotate:ERROR]
stat -c "%s" test2.fasta.transdecoder_dir/longest_orfs.pep
; B=expr $S / 1
; cat test2.fasta.transdecoder_dir/longest_orfs.pep | /usr/local/bin/parallel --block $B --pipe --recstart ">" --gnu -j 1 /usr/local/bin/hmmscan --cpu 1 --domtblout /dev/stdout -E 1e-05 -o test2.fasta.transdecoder_dir/longest_orfs.pep.pfam.tbl.out /Users/Ulrich/.dammit/databases/Pfam-A.hmm /dev/stdin > test2.fasta.transdecoder_dir/longest_orfs.pep.pfam.tbl' returned 20which parallel
?