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

Flowcraft report instructions are missing in the entry README

enhancement

Usage descriptions of the `flowcraft/templates` folder as a submodule need to be updated/removed. As I followed the directions to find out more, I realized the repo code had been updated...

documentation
mid/low priority

I'd like to add a parameter `--long-fastq` for use by `porechop` and `unicycler`. When `porechop` is used, it consumes the raw long reads, and its outputs is the input to...

enhancement

https://github.com/phac-nml/ecoli_serotyping

enhancement
Components

https://github.com/phac-nml/mob-suite

enhancement
Components

Both these components have a a compile_results processes that combines the results and appends them into a single report.tsv file. This file is then symlinked to the publishDir folder. Upon...

bug
help wanted

Currently, the true_coverage module requires a species to be passed on as an argument, but a scheme is not available for every species. When this happens, the pipeline breaks with...

bug
recipe

Due to the very high IO necessary for trimmomatic's log production, some machines will halt this process to a crawl. A fix has been done in PR #178 but I...

enhancement

Currently, the default number of CPUs used by the local executor is as follows in the `nextflow.config` file: ``` executor { $local { cpus = 4 } } ``` It...

enhancement

Using flowcraft repeateadly I arrived to the conclusion that if the report can be only a flag on the inspect mode it would be better and would avoid to have...

enhancement
discussion