File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010- Bump minimum Nextflow version from ` 21.10.3 ` -> ` 22.10.1 `
1111- Updated pipeline template to [ nf-core/tools 2.7.1] ( https://github.com/nf-core/tools/releases/tag/2.7.1 )
12+ - [[ #896 ] ( https://github.com/nf-core/rnaseq/issues/896 )] - Remove ` copyTo ` call for iGenomes README
1213- [[ #897 ] ( https://github.com/nf-core/rnaseq/issues/897 )] - Use ` --skip_preseq ` by default
1314
1415### Parameters
Original file line number Diff line number Diff line change @@ -56,13 +56,6 @@ if (params.bam_csi_index) {
5656 }
5757}
5858
59- // Save AWS IGenomes file containing annotation version
60- def anno_readme = params. genomes[ params. genome ]?. readme
61- if (anno_readme && file(anno_readme). exists()) {
62- file(" ${ params.outdir} /genome/" ). mkdirs()
63- file(anno_readme). copyTo(" ${ params.outdir} /genome/" )
64- }
65-
6659// Stage dummy file to be used as an optional input where required
6760ch_dummy_file = file(" $projectDir /assets/dummy_file.txt" , checkIfExists : true )
6861
You can’t perform that action at this time.
0 commit comments