Mercurial > repos > iuc > crossmap_vcf
diff crossmap_vcf.xml @ 3:b878e87edb81 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit 39a5f30a013c6d71ea84807b72511e3aa4bab147
| author | iuc |
|---|---|
| date | Fri, 20 Oct 2017 11:32:26 -0400 |
| parents | 37c8b1afc814 |
| children | 69349b98b727 |
line wrap: on
line diff
--- a/crossmap_vcf.xml Thu Oct 19 12:40:03 2017 -0400 +++ b/crossmap_vcf.xml Fri Oct 20 11:32:26 2017 -0400 @@ -14,9 +14,9 @@ #if $seq_source.index_source_s == "cached" ## This is the 2nd dbkey, and the corresponding value has to be looked up - "${filter(lambda x: str( x[1] ) == str($chain_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" + "${filter(lambda x: str( x[1] ) == str($seq_source.chain_source.input_chain ), $__app__.tool_data_tables['liftOver'].get_fields())[0][2] }" #else - '${chain_source.input_chain}' + '${seq_source.chain_source.input_chain}' #end if '${input_file}' @@ -45,14 +45,17 @@ <param name="input_fasta" type="select" label="Lift Over To (FASTA file)" help="The FASTA file must be on the same build (dbkey) as the LiftOver chain file"> <options from_data_table="all_fasta"/> </param> + + <expand macro="chain" /> </when> <when value="history"> <param name="input" type="data" format="vcf" label="VCF file"/> <param name="input_fasta" type="data" format="fasta" label="Full genome FASTA file"/> + + <expand macro="chain" /> </when> </conditional> - <expand macro="chain" /> </inputs> <outputs>
