Mercurial > repos > devteam > vcfgeno2haplo
comparison vcfgeno2haplo.xml @ 2:d731d6f785b5 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfgeno2haplo commit 0b9b6512272b82637c2f1e831367e89aed77ae79
| author | devteam |
|---|---|
| date | Thu, 15 Sep 2016 16:04:32 -0400 |
| parents | 74d4e986f488 |
| children | 25d297ce9ccb |
comparison
equal
deleted
inserted
replaced
| 1:6017d2f0b3ae | 2:d731d6f785b5 |
|---|---|
| 1 <tool id="vcfgeno2haplo" name="VCFgenotype-to-haplotype:" version="0.0.3"> | 1 <tool id="vcfgeno2haplo" name="VCFgenotype-to-haplotype:" version="@WRAPPER_VERSION@.0"> |
| 2 <description>Convert genotype-based phased alleles into haplotype alleles</description> | 2 <description>Convert genotype-based phased alleles into haplotype alleles</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: |
