flowcraft
flowcraft copied to clipboard
FlowCraft: a component-based pipeline composer for omics analysis using Nextflow. :whale::package:
Flowcraft report instructions are missing in the entry README
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...
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...
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...
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...
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...
Currently, the default number of CPUs used by the local executor is as follows in the `nextflow.config` file: ``` executor { $local { cpus = 4 } } ``` It...
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...