Mercurial > repos > iuc > deseq2
comparison deseq2.xml @ 15:d856341e03c8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/deseq2 commit dd85747b08272b72c7161de9b18d19598bb49de1
| author | iuc |
|---|---|
| date | Tue, 31 May 2016 06:24:39 -0400 |
| parents | 0fb62f07f8b7 |
| children | a7bf54ecfa9d |
comparison
equal
deleted
inserted
replaced
| 14:0fb62f07f8b7 | 15:d856341e03c8 |
|---|---|
| 50 -a | 50 -a |
| 51 #end if | 51 #end if |
| 52 #if $outlier_filter_off: | 52 #if $outlier_filter_off: |
| 53 -b | 53 -b |
| 54 #end if | 54 #end if |
| 55 #if $auto_mean_filter_off: | |
| 56 -c | |
| 57 #end if | |
| 55 #if $many_contrasts: | 58 #if $many_contrasts: |
| 56 -m | 59 -m |
| 57 #end if | 60 #end if |
| 58 ]]> | 61 ]]> |
| 59 </command> | 62 </command> |
| 60 <inputs> | 63 <inputs> |
| 61 <repeat name="rep_factorName" title="Factor" min="1"> | 64 <repeat name="rep_factorName" title="Factor" min="1"> |
| 62 <param name="factorName" type="text" value="FactorName" label="Specify a factor name" | 65 <param name="factorName" type="text" value="FactorName" label="Specify a factor name" |
| 63 help="Only letters, numbers and underscores will be retained in this field"> | 66 help="Only letters, numbers and underscores will be retained in this field"> |
| 64 <sanitizer> | 67 <sanitizer> |
| 65 <valid initial="string.letters,string.digits"><add value="_" /></valid> | 68 <valid initial="string.letters,string.digits"><add value="_" /></valid> |
| 66 </sanitizer> | 69 </sanitizer> |
| 67 </param> | 70 </param> |
| 103 <data format="tabular" name="deseq_out" label="DESeq2 result file on ${on_string}"> | 106 <data format="tabular" name="deseq_out" label="DESeq2 result file on ${on_string}"> |
| 104 <filter>many_contrasts is False</filter> | 107 <filter>many_contrasts is False</filter> |
| 105 </data> | 108 </data> |
| 106 <collection name="split_output" type="list" label="DESeq2 result files on ${on_string}"> | 109 <collection name="split_output" type="list" label="DESeq2 result files on ${on_string}"> |
| 107 <filter>many_contrasts is True</filter> | 110 <filter>many_contrasts is True</filter> |
| 108 <discover_datasets pattern="vs" visible="true"/> | 111 <discover_datasets pattern="None.(?P<designation>.+_vs_.+)" format="tabular" directory="." visible="false"/> |
| 109 </collection> | 112 </collection> |
| 110 <data format="pdf" name="plots" label="DESeq2 plots on ${on_string}"> | 113 <data format="pdf" name="plots" label="DESeq2 plots on ${on_string}"> |
| 111 <filter>pdf == True</filter> | 114 <filter>pdf == True</filter> |
| 112 </data> | 115 </data> |
| 113 </outputs> | 116 </outputs> |
| 131 </tests> | 134 </tests> |
| 132 <help> | 135 <help> |
| 133 <