Mercurial > repos > sanbi-uwc > novo_align
changeset 11:dbeac2baa4dc draft
planemo upload for repository https://github.com/zipho/novo_align commit 6e2db89846136a77639ace45e70345e1f9adb6e4
author | sanbi-uwc |
---|---|
date | Thu, 07 Apr 2016 09:55:31 -0400 |
parents | 9a6f14e2c8fd |
children | bfe39c503a40 |
files | novo_align.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/novo_align.xml Wed Apr 06 06:22:35 2016 -0400 +++ b/novo_align.xml Thu Apr 07 09:55:31 2016 -0400 @@ -13,8 +13,8 @@ novo_align.py '${out_file}' --index_file ${index1.fields.path} --forward_file ${fastq_input1} --reverse_file ${fastq_input2} </command> <inputs> - <param name="fastq_input1" type="data" format="fasta, fastq, fastqsanger" label="Select first set of reads" help="Specify dataset with forward reads"/> - <param name="fastq_input2" type="data" format="fasta, fastq, fastqsanger" label="Select second set of reads" help="Specify dataset with reverse reads"/> + <param name="fastq_input1" type="data" format="fastqsanger" label="Select first set of reads" help="Specify dataset with forward reads"/> + <param name="fastq_input2" type="data" format="fastqsanger" label="Select second set of reads" help="Specify dataset with reverse reads"/> <param name="index1" type="select" label="Novo-Align Index(FASTA format)"> <options from_data_table="novocraft_index"/> </param>