Mercurial > repos > crusoe > khmer
diff macros.xml @ 11:cec78b574760
Actually import the macros
| author | Michael R. Crusoe <mcrusoe@msu.edu> |
|---|---|
| date | Sun, 29 Jun 2014 09:47:37 -0400 |
| parents | d00e18a0a3f2 |
| children | 3d81c3793820 |
line wrap: on
line diff
--- a/macros.xml Sun Jun 29 09:22:32 2014 -0400 +++ b/macros.xml Sun Jun 29 09:47:37 2014 -0400 @@ -68,6 +68,14 @@ </when> </conditional> </xml> + <xml name="input_sequences_filenames"> + <param name="inputs" + multiple="true" + type="data" + format="fasta,fastq,fastqsanger,fastqsolexa,fastqillumina" + label="FAST[AQ] file(s)" + help="Put in order of precedence such as longest reads first." /> + </xml> <xml name="input_sequence_filename"> <param name="input_sequence_filename" type="data" @@ -89,4 +97,11 @@ k-mers."> </data> </xml> + <xml name="output_sequences"> + <data name="output" + format="input" + label="${tool.name} processed nucleotide sequence file"> + <discover_datasets pattern="__name__" directory="output" visible="true"/> + </data> + </xml> </macros>
