Mercurial > repos > yhoogstrate > crossmap
comparison crossmap.xml @ 9:0cae6e3273a8 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 0acafcc4ce1261ec93eee1ad209a05246f4f02fd
| author | yhoogstrate |
|---|---|
| date | Wed, 05 Aug 2015 02:58:35 -0400 |
| parents | 9750f8c1d3cb |
| children | a5eb1023fc34 |
comparison
equal
deleted
inserted
replaced
| 8:9750f8c1d3cb | 9:0cae6e3273a8 |
|---|---|
| 5 <requirement type="package" version="0.1.9">crossmap</requirement> | 5 <requirement type="package" version="0.1.9">crossmap</requirement> |
| 6 </requirements> | 6 </requirements> |
| 7 | 7 |
| 8 <stdio> | 8 <stdio> |
| 9 <regex match="Usage: CrossMap.py" source="stdin" level="fatal"/> | 9 <regex match="Usage: CrossMap.py" source="stdin" level="fatal"/> |
| 10 <regex match="^@ " source="stdin" level="warning" /> | 10 <regex match=".*" source="both" level="log" description="tool progress"/> |
| 11 </stdio> | 11 </stdio> |
| 12 | 12 |
| 13 <command> | 13 <command> |
| 14 CrossMap.py | 14 CrossMap.py |
| 15 $multiple.input_format | 15 $multiple.input_format |
| 33 | 33 |
| 34 #if $multiple.input_format == "vcf" | 34 #if $multiple.input_format == "vcf" |
| 35 "$multiple.seq_source.input_fasta" | 35 "$multiple.seq_source.input_fasta" |
| 36 #end if | 36 #end if |
| 37 | 37 |
| 38 $output | 38 <!-- BED format does not write to the output file, but does write fails to stdout --> |
| 39 > "$output" | |
| 40 | |
| 41 2>/dev/null | |
| 39 </command> | 42 </command> |
| 40 | 43 |
| 41 <inputs> | 44 <inputs> |
| 42 <conditional name="multiple"> | 45 <conditional name="multiple"> |
| 43 <param name="input_format" type="select" label="Convert a file of the following format"> | 46 <param name="input_format" type="select" label="Convert a file of the following format"> |
| 99 <filter type="data_meta" ref="input" key="dbkey" column="0" /> | 102 <filter type="data_meta" ref="input" key="dbkey" column="0" /> |
| 100 </options> | 103 </options> |
| 101 </param> | 104 </param> |
| 102 </when> | 105 </when> |
| 103 <when value="history"> | 106 <when value="history"> |
| 104 <param format="bed" name="input" type="data" label="BED file" help="BED format file must have at least 3 columns (chrom, start, end) and no more than 12 columns." /> | 107 <param type="data" format="bed" name="input" label="BED file" help="BED format file must have at least 3 columns (chrom, start, end) and no more than 12 columns." /> |
| 105 <param type="data" name="input_chain" label="LiftOver chain file" /> | 108 <param type="data" name="input_chain" label="LiftOver chain file" /> |
| 106 </when> | 109 </when> |
| 107 </conditional> | 110 </conditional> |
| 108 </when> | 111 </when> |
| 109 <when value="bigwig"> | 112 <when value="bigwig"> |
| 110 <conditional name="seq_source"> | 113 <conditional name="seq_source"> |
| 241 </when> | 244 </when> |
| 242 </conditional> | 245 </conditional> |
| 243 </inputs> | 246 </inputs> |
| 244 | 247 |
| 245 <outputs> | 248 <outputs> |
| 246 <data format="text" name="output" label="${tool.name} on ${input.hid}: ${input.name}" /> | 249 <data format="text" name="output" label="${tool.name} on " /> |
| 247 </outputs> | 250 </outputs> |
| 248 | 251 |
| 249 <tests> | 252 <tests> |
| 250 <test> | 253 <test> |
| 251 <param name="input" value="test1.hg19.txt"/> | 254 <param name="input" value="test1.hg19.txt"/> |
