I get the following message when I run via:
SAT-Assembler.sh -m test.hmm -f test.fasta -o test
I am confident that the HMM was build with reference sequences that are close to the fasta sequences. Any suggestions on how I should debug my problem?
Traceback (most recent call last):
File "/Users/daver/bin/SAT-Assembler/assembler.py", line 2203, in <module>
main()
File "/Users/daver/bin/SAT-Assembler/assembler.py", line 2158, in main
sys.stderr('No read belongs to the gene family! No contig is generated!')
TypeError: 'file' object is not callable
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get the following message when I run via:
SAT-Assembler.sh -m test.hmm -f test.fasta -o test
I am confident that the HMM was build with reference sequences that are close to the fasta sequences. Any suggestions on how I should debug my problem?
Traceback (most recent call last):
File "/Users/daver/bin/SAT-Assembler/assembler.py", line 2203, in <module>
main()
File "/Users/daver/bin/SAT-Assembler/assembler.py", line 2158, in main
sys.stderr('No read belongs to the gene family! No contig is generated!')
TypeError: 'file' object is not callable
Is the HMM built from protein sequences to which the NGS data belong?