Mercurial > repos > devteam > sam_to_bam
comparison sam_to_bam.xml @ 4:8176b2575aa1 draft
Uploaded tool and dependency definitions that specify samtools version 0.1.19.
author | devteam |
---|---|
date | Thu, 27 Mar 2014 15:23:15 -0400 |
parents | 93f2e3337a33 |
children | c73bf16b45df |
comparison
equal
deleted
inserted
replaced
3:ab4c4e07eb3c | 4:8176b2575aa1 |
---|---|
1 <tool id="sam_to_bam" name="SAM-to-BAM" version="1.1.3"> | 1 <tool id="sam_to_bam" name="SAM-to-BAM" version="1.1.4"> |
2 <description>converts SAM format to BAM format</description> | 2 <description>converts SAM format to BAM format</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.1.18">samtools</requirement> | 4 <requirement type="package" version="0.1.19">samtools</requirement> |
5 </requirements> | 5 </requirements> |
6 <command interpreter="python"> | 6 <command interpreter="python"> |
7 sam_to_bam.py | 7 sam_to_bam.py |
8 --input1=$source.input1 | 8 --input1=$source.input1 |
9 #if $source.index_source == "history": | 9 #if $source.index_source == "history": |