-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.0: rRNA plots and updated nextflow version (#45)
* Update DSL2 enable * Update minimum Nextflow version * Uppercase workflow and process names according to DSL2 convention * Remove unsupported publish directive * Add channel element structure comments * Add comment * Fix lowercase process names * Fix unqualified input value declaration * Plot rRNA statistics from FastQScreen output (#44) * extract rRNA numbers from fastq_screen and plot with MultiQC * fix syntax * custom rrna plots into main multiqc config * refactored rrna extraction * refactored combining rrna data * rename channel * added explanatory comments * Update nextflow.config update version to 1.1.0-rc1 * Bump version to 1.1.0 to make production release Co-authored-by: Mahesh Binzer-Panchal <[email protected]> Co-authored-by: Pontus Larsson <[email protected]> Co-authored-by: alvaannett <[email protected]>
- Loading branch information
1 parent
2cbbeba
commit aa60649
Showing
6 changed files
with
209 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ top_modules: | |
- 'custom_content' | ||
- 'bcl2fastq' | ||
- 'interop' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,3 @@ table_columns_visible: | |
|
||
top_modules: | ||
- 'custom_content' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.