Mercurial > repos > peterjc > seq_primer_clip
comparison tools/primers/seq_primer_clip.xml @ 2:bd151574bbf3 draft
Uploaded v0.0.10, README.rst, MIT licence, biopython dependency
author | peterjc |
---|---|
date | Wed, 11 Sep 2013 06:37:11 -0400 |
parents | 06e6112091aa |
children | f9ddb43ce28d |
comparison
equal
deleted
inserted
replaced
1:06e6112091aa | 2:bd151574bbf3 |
---|---|
1 <tool id="seq_primer_clip" name="Primer clip sequences" version="0.0.9"> | 1 <tool id="seq_primer_clip" name="Primer clip sequences" version="0.0.10"> |
2 <description>Trim off 5' or 3' primers</description> | 2 <description>Trim off 5' or 3' primers</description> |
3 <requirements> | |
4 <requirement type="python-module">Bio</requirement> | |
5 </requirements> | |
3 <version_command interpreter="python">seq_primer_clip.py --version</version_command> | 6 <version_command interpreter="python">seq_primer_clip.py --version</version_command> |
4 <command interpreter="python"> | 7 <command interpreter="python"> |
5 seq_primer_clip.py $input_file $input_file.ext $primer_fasta $primer_type $mm $min_len $keep_negatives $output_file | 8 seq_primer_clip.py $input_file $input_file.ext $primer_fasta $primer_type $mm $min_len $keep_negatives $output_file |
6 </command> | 9 </command> |
7 <stdio> | 10 <stdio> |
131 | 134 |
132 Cock et al 2009. Biopython: freely available Python tools for computational | 135 Cock et al 2009. Biopython: freely available Python tools for computational |
133 molecular biology and bioinformatics. Bioinformatics 25(11) 1422-3. | 136 molecular biology and bioinformatics. Bioinformatics 25(11) 1422-3. |
134 http://dx.doi.org/10.1093/bioinformatics/btp163 pmid:19304878. | 137 http://dx.doi.org/10.1093/bioinformatics/btp163 pmid:19304878. |
135 | 138 |
139 This tool is available to install into other Galaxy Instances via the Galaxy | |
140 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/seq_primer_clip | |
136 </help> | 141 </help> |
137 </tool> | 142 </tool> |