Skip to content

Commit

Permalink
Merge pull request #699 from drpatelh/updates
Browse files Browse the repository at this point in the history
Fix #690 and #697
  • Loading branch information
drpatelh authored Sep 22, 2021
2 parents 05a36c5 + 5da3ef8 commit 596e560
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Enhancements & fixes

* Add `python3` shebang to appropriate scripts in `bin/` directory
* [[#690](https://github.com/nf-core/rnaseq/issues/690)] - Error with post-trimmed read 2 sample names from FastQC in MultiQC
* [[#697](https://github.com/nf-core/rnaseq/issues/697)] - pipeline_report.{txt,html} missing from pipeline_info directory

### Parameters

Expand Down
5 changes: 2 additions & 3 deletions assets/multiqc_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,12 @@ report_section_order:

# Don't show % Dups in the General Stats table (we have this from Picard)
table_columns_visible:
FastQC:
fastqc:
percent_duplicates: False

extra_fn_clean_exts:
- '.umi_dedup'
- '_2_val_2'
- '_val_1'
- '_val'

# Customise the module search patterns to speed up execution time
# - Skip module sub-tools that we are not interested in
Expand Down
20 changes: 0 additions & 20 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,6 @@

params {
modules {
'sra_ids_to_runinfo' {
publish_dir = 'public_data'
publish_files = ['tsv':'runinfo']
}
'sra_runinfo_to_ftp' {
publish_dir = 'public_data'
publish_files = ['tsv':'runinfo']
}
'sra_fastq_ftp' {
publish_dir = 'public_data'
publish_files = ['fastq.gz':'', 'md5':'md5']
args = '-C - --max-time 1200'
}
'sra_to_samplesheet' {
publish_dir = 'public_data'
publish_files = false
}
'sra_merge_samplesheet' {
publish_dir = 'public_data'
}
'gffread' {
args = '--keep-exon-attrs -F -T'
publish_dir = 'genome'
Expand Down
2 changes: 1 addition & 1 deletion docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ A number of genome-specific files are generated by the pipeline because they are

* `pipeline_info/`
* Reports generated by Nextflow: `execution_report.html`, `execution_timeline.html`, `execution_trace.txt` and `pipeline_dag.dot`/`pipeline_dag.svg`.
* Reports generated by the pipeline: `pipeline_report.html`, `pipeline_report.txt` and `software_versions.tsv`.
* Reports generated by the pipeline: `pipeline_report.html`, `pipeline_report.txt` and `software_versions.tsv`. The `pipeline_report*` files will only be present if the `--email` / `--email_on_fail` parameter's are used when running the pipeline.
* Reformatted samplesheet files used as input to the pipeline: `samplesheet.valid.csv`.

</details>
Expand Down

0 comments on commit 596e560

Please sign in to comment.