Entering edit mode
5.9 years ago
talk4torypam
•
0
Hi all,
I am trying to find similarity networks within my sequences and I have found 3 programs available for use
- fusedTriplets
- mosaic finder
- Composite search
I have tried to use them (anyone of them will do) but for each one I encounter problems. With fusedTriplets I always get the error Assertion error: network header should start with 'qseqid sseqid', although I have tried different blastp outfmt (6, 7, 10) options. With mosaicfinder and CompositeSearch, I am unable to get to the execution path.
Please, I need help. Thank you
Please provide more information about the problem you're facing here by including details about sample input file(s), type of computer system you're working on etc and please spare a few minutes to read How To Ask Good Questions On Technical And Scientific Forums
hi, I am using linux command line to run these applications 1) For fusedTriplets.py the input file needs headers. I have used the following command lines to make the input file
And for the input file I used
and I get the error
Assertion error: network header should start with 'qseqid sseqid'
I have tried using blast outfmt 7 (edited it too) and 10. 2) For mosaicFinder and Composite search I have installed all the dependencies but I cannot find the path to input my datathank you
Hi There,
I have never used any of these programs before, however, the error for
fusedTriplets.py
states that it needs the BLAST output headers in the file. You could try to runblastp
with-outfmt 7
as it should include the header line for hits.