Skip to content

Commit 69e200c

Browse files
authored
Merge pull request #1008 from dialvarezs/gunc-update-output
Address review commentws on #1005
2 parents 4f9a9cb + dc84ef3 commit 69e200c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

conf/modules.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ process {
601601

602602
withName: GUNC_MERGECHECKM {
603603
publishDir = [
604-
path: { "${params.outdir}/GenomeBinning/QC/GUNC/checkmmerged/${meta.assembler}-${meta.binner}-${meta.domain}-${meta.refinement}-${meta.id}/${checkm_file.baseName}" },
604+
path: { "${params.outdir}/GenomeBinning/QC/GUNC/checkmmerged/${meta.assembler}-${meta.binner}-${meta.domain}-${meta.refinement}-${meta.id}/" },
605605
mode: params.publish_dir_mode,
606606
saveAs: { filename -> filename.equals('versions.yml') ? null : filename },
607607
]

docs/output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,9 @@ Besides the reference files or output files created by CheckM, the following sum
739739
- `[gunc-database].dmnd`
740740
- `GUNC/`
741741
- `raw/`
742-
- `[assembler]-[binner]-[domain]-[refinement]-[sample/group]/[fasta input file name]/GUNC_checkM.merged.tsv`: Per sample GUNC [output](https://grp-bork.embl-community.io/gunc/output.html) containing with taxonomic and completeness QC statistics.
742+
- `[assembler]-[binner]-[domain]-[refinement]-[sample/group]/GUNC_checkM.merged.tsv`: Per sample GUNC [output](https://grp-bork.embl-community.io/gunc/output.html) containing with taxonomic and completeness QC statistics.
743743
- `checkmmerged/`
744-
- `[assembler]-[binner]-[domain]-[refinement]-[sample/group]/[checkm input file name]/GUNC.progenomes_2.1.maxCSS_level.tsv`: Per sample GUNC output merged with output from [CheckM](#checkm)
744+
- `[assembler]-[binner]-[domain]-[refinement]-[sample/group]/GUNC.progenomes_2.1.maxCSS_level.tsv`: Per sample GUNC output merged with output from [CheckM](#checkm)
745745

746746
</details>
747747

0 commit comments

Comments
 (0)