flowcraft icon indicating copy to clipboard operation
flowcraft copied to clipboard

FlowCraft: a component-based pipeline composer for omics analysis using Nextflow. :whale::package:

Results 43 flowcraft issues
Sort by recently updated
recently updated
newest added

At the moment, Flowcraft does not provide syntax in the pipeline string to define merge of outputs from multiple components into a single component . To allow that, a new...

enhancement
discussion

Now that we removed the dependency on the submodule and have the python templates within the repo, maybe we should start thinking in adding unit tests for some of the...

discussion

At the moment `--merge_params` argument allow us to merge all the parameters that are repeated through the pipeline, while not providing this option will make a unique parameter for each...

enhancement
discussion

I prefer using interleaved paired-end FASTQ, for example as output by `seqtk mergepe`. Does or could Flowcraft support this format?

enhancement

The command ```sh nextflow run spades.nf --fastq 'pe_*.fastq.gz' ``` produces the error ``` ERROR ~ No fastq files provided with pattern:'pe_*.fastq.gz' ``` This command ```sh nextflow run spades.nf --fastq "pe_{1,2}.fastq.gz"...

Right now, assemblerflow accepts only paired end read files (fastq), however it would be handy to add support for single fastq files.

enhancement

Currently `flowcraft build` copies all python template scripts (associated to different modules) when building a new pipeline. However in some cases we don't use all those templates because the modules...

enhancement

An option to add extra params that we currently do not contemplate in the process is necessary as it will allow users to customise the process. A possible solution is...

enhancement
discussion

Currently, Compiler processes receive data from all pipeline components that emit data to that compiler. This is usually the desired behaviour. The exception is when there is a fork in...

enhancement

Characters such as "-" should be forbidden in parameter names

process