Mercurial > repos > artbio > blast_unmatched
comparison blast_unmatched.xml @ 4:caa54ff096c8 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/blast_unmatched commit 3dcf4e7314dd6a4fefcd721ac58c8130dd1da2a1"
author | artbio |
---|---|
date | Wed, 10 Mar 2021 19:10:06 +0000 |
parents | fffdb903f2d1 |
children | d0c2a559fe1b |
comparison
equal
deleted
inserted
replaced
3:fffdb903f2d1 | 4:caa54ff096c8 |
---|---|
1 <tool id="blast_unmatched" name="Blast Unmatched" version="0.5.0"> | 1 <tool id="blast_unmatched" name="Blast Unmatched" version="1.0.0"> |
2 <description>get query sequences that didn't get a match during a blast</description> | 2 <description>get query sequences that didn't get a match during a blast</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="3.7.6">python</requirement> | |
4 </requirements> | 5 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
6 python '$__tool_directory__'/blast_unmatched.py | 7 python '$__tool_directory__'/blast_unmatched.py |
7 --fasta $fasta_file | 8 --fasta $fasta_file |
8 --blast $blast_file | 9 --blast $blast_file |