Question: list collection output - format set from input
0
gravatar for vowinkel.alexander
3.4 years ago by
vowinkel.alexander10 wrote:

I have an input, that can be fasta,fastqsanger,fastqillumina:

<param name="fastq_input1" type="data" format="fasta,fastqsanger,fastqillumina" label="Select the fastq file" help="Specify fastq file with reads"/>

I have multiple outputfiles - bundled in a list collection:

<collection name="split_output" type="list" label="@OUTPUT_NAME_PREFIX@ on ${on_string} (Fastq Collection)" format_source="fastq_input1">
    <discover_datasets pattern="__name_and_ext__" directory="splits" />
</collection>

The format_source parameter doesn't work - the files in the list (extension fq) are of format "fq".

How can I make it possible that they are fasta,fastqsanger,fastqillumina depending on fastq_input1?

tool development collection • 999 views
ADD COMMENTlink written 3.4 years ago by vowinkel.alexander10
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 177 users visited in the last hour