Mercurial > repos > devteam > vcfleftalign
comparison vcfleftalign.xml @ 2:f0982f54fef1 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfleftalign commit 0b9b6512272b82637c2f1e831367e89aed77ae79
| author | devteam |
|---|---|
| date | Thu, 15 Sep 2016 16:04:07 -0400 |
| parents | 4155d2ba5561 |
| children | 9c4a2ef55965 |
comparison
equal
deleted
inserted
replaced
| 1:4bc30126091f | 2:f0982f54fef1 |
|---|---|
| 1 <tool id="vcfleftalign" name="VCFleftAlign:" version="0.0.3"> | 1 <tool id="vcfleftalign" name="VCFleftAlign:" version="@WRAPPER_VERSION@.0"> |
| 2 <description>Left-align indels and complex variants in VCF dataset</description> | 2 <description>Left-align indels and complex variants in VCF dataset</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"></expand> | 6 <expand macro="requirements"/> |
| 7 <expand macro="stdio"></expand> | 7 <expand macro="stdio" /> |
| 8 <command> | 8 <command> |
| 9 #set $reference_fasta_filename = "localref.fa" | 9 #set $reference_fasta_filename = "localref.fa" |
| 10 #if str( $reference_source.reference_source_selector ) == "history": | 10 #if str( $reference_source.reference_source_selector ) == "history": |
| 11 ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" && | 11 ln -s "${reference_source.ref_file}" "${reference_fasta_filename}" && |
| 12 #else: | 12 #else: |
