Workflow Demos
Return to all workflow demos
fastq2fasta.py bioActor
Description
FASTQ to FASTA conversion.Inputs
dnaFastqFile | DNA file in FASTQ format. |
Outputs
dnaFastaFile | DNA file in FASTA format. |
Parameters
program | The command line program to execute. |
checkOutputTimestamp | If true, verify the last modification timestamp for each output file has increased after execution. If the timestamp has not increased, throw an error. |
additionalOptions | A parameter containing additional command line options. |
Choice | The execution choice to run. |