comparison dr-disco_integrate.xml @ 9:c3ce472a315f draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit 78dd573f8aa888ee261580852bf049b4b3500b52
author erasmus-medical-center
date Tue, 26 Sep 2017 08:27:47 -0400
parents 922b52cf9b35
children f2c70d589596
comparison
equal deleted inserted replaced
8:922b52cf9b35 9:c3ce472a315f
18 '${dr_disco_integrate_output}' 18 '${dr_disco_integrate_output}'
19 ]]></command> 19 ]]></command>
20 20
21 <inputs> 21 <inputs>
22 <param name="dr_disco_classify_output" type="data" format="tabular" label="Discordant alignment file of STAR (processed with dr-disco fix)" /> 22 <param name="dr_disco_classify_output" type="data" format="tabular" label="Discordant alignment file of STAR (processed with dr-disco fix)" />
23 <param argument="--gtf" type="data" format="gtf" optional="True" label="GTF file (Optional: for predicting frame shifts)" help="This GTF file requires the following attributes annotated: gene_name, transcript_id and transcript_version"/> 23 <param argument="--gtf" type="data" format="gtf" optional="True" label="GTF file (Optional: for predicting frame shifts)" help="This GTF file requires the following attributes: gene_name, transcript_id and transcript_version"/>
24 </inputs> 24 </inputs>
25 25
26 <outputs> 26 <outputs>
27 <data name="dr_disco_integrate_output" format="tabular" label="${tool.name} on ${dr_disco_classify_output.name}" /> 27 <data name="dr_disco_integrate_output" format="tabular" label="${tool.name} on ${dr_disco_classify_output.name}" />
28 </outputs> 28 </outputs>