Mercurial > repos > wrtz > bcftools
comparison samtools_faidx.xml @ 30:5c561fc5f05d draft
Uploaded
| author | wrtz |
|---|---|
| date | Fri, 15 Jan 2016 11:58:18 -0500 |
| parents | 44265821f01f |
| children |
comparison
equal
deleted
inserted
replaced
| 29:91a6f019e1a9 | 30:5c561fc5f05d |
|---|---|
| 1 <tool id="samtools_faidx" name="Faidx (SAMtools)" version="1.0.0"> | 1 <tool id="samtools_faidx" name="Faidx (SAMtools)" version="1.0.0"> |
| 2 <description>Index FASTA file using samtools faidx command</description> | 2 <description>Index FASTA file using samtools faidx command</description> |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.2">samtools</requirement> | |
| 5 </requirements> | |
| 3 <command> | 6 <command> |
| 4 ln -s -f $input faidx_in.${input.ext} && | 7 ln -s -f $input faidx_in.${input.ext} && |
| 5 | 8 |
| 6 samtools faidx | 9 samtools faidx |
| 7 | 10 |
