Mercurial > repos > bgruening > upload_testing
comparison computeGCBias.xml @ 45:ef436465bf16
Uploaded
author | bgruening |
---|---|
date | Fri, 02 Aug 2013 12:43:55 -0400 |
parents | 894ba1eba734 |
children | b716d69ac94b |
comparison
equal
deleted
inserted
replaced
44:894ba1eba734 | 45:ef436465bf16 |
---|---|
62 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> | 62 <param name="input1_2bit" type="select" label="Using reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> |
63 <options from_data_table="lastz_seqs" /> | 63 <options from_data_table="lastz_seqs" /> |
64 </param> | 64 </param> |
65 </when> | 65 </when> |
66 <when value="history"> | 66 <when value="history"> |
67 <param name="input1" type="data" format="bam" label="Select a reference dataset in 2bit format" /> | 67 <param name="input1" type="data" format="twobit" label="Select a reference dataset in 2bit format" /> |
68 </when> | 68 </when> |
69 </conditional> | 69 </conditional> |
70 <param name="fragmentLength" type="integer" value="300" min="1" | 70 <param name="fragmentLength" type="integer" value="300" min="1" |
71 label="Fragment length used for the sequencing" | 71 label="Fragment length used for the sequencing" |
72 help ="If paired-end reads are used the fragment length is computed based from the bam file."/> | 72 help ="If paired-end reads are used the fragment length is computed based from the bam file."/> |