Skip to content

Commit 8fec941

Browse files
committed
fixed prettier in nf-core#247
1 parent fe444f1 commit 8fec941

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929

3030
### `Dependencies`
3131

32-
| Tool | Previous version | New version |
33-
| --------- | ---------------- | ----------- |
34-
| Dragonflye| 1.1.2 | 1.2.1 |
35-
| Unicycler | 0.5.0 | 0.5.1 |
32+
| Tool | Previous version | New version |
33+
| ---------- | ---------------- | ----------- |
34+
| Dragonflye | 1.1.2 | 1.2.1 |
35+
| Unicycler | 0.5.0 | 0.5.1 |
3636

3737
### `Deprecated`
3838

@@ -99,7 +99,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9999
### `Added`
100100

101101
- [#135](https://github.com/nf-core/bacass/pull/135) Implementation of KmerFinder subworkflow Custom Quast, and Custom MultiQC Reports:
102-
103102
- Added KmerFinder subworkflow for read quality control, purity assessment, and sample grouping based on reference genome estimation.
104103
- Enhanced Quast Assembly QC to run both general and reference genome-based analyses when KmerFinder is invoked.
105104
- Implemented custom MultiQC module with multiqc_config.yml files for different assembly modes (short, long, hybrid).
@@ -219,7 +218,6 @@ This version merges the nf-core template updates of v2.9 and v2.10, and updates
219218
### `Deprecated`
220219

221220
- [#86](https://github.com/nf-core/bacass/pull/86) Replace depecated modules with nf-core/modules.
222-
223221
- Replace `local/get_software_versions.nf` with `nf-core/custom/dumpsoftwareversions.nf`
224222
- Replace `local/skewer` by `nf-core/fastp` and wrap fastqc plus fastp into `subworkflows/nf-core/fastq_trim_fastp_fastqc`
225223

docs/output.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ This step performs long read trimming on Nanopore input (if provided) using [Por
7070
<summary>Output files</summary>
7171

7272
- `trimming/longreads/porechop`
73-
7473
- `*.fastq.gz`: The trimmed FASTQ file
7574
- `*.log*`: Log file
7675

@@ -92,7 +91,6 @@ Please refer to the documentation of [NanoPlot](https://github.com/wdecoster/Nan
9291
- `QC_Longreads/NanoPlot`: Various plots in HTML and PNG format
9392

9493
- `QC_Longreads/PycoQC`
95-
9694
- `*_pycoqc.html`: QC report in HTML format
9795
- `*_pycoqc.json`: QC report in JSON format
9896

@@ -190,7 +188,6 @@ Long reads assemblies can be polished using [Medaka](https://github.com/nanopore
190188
<summary>Output files</summary>
191189

192190
- `Medaka/*_polished_genome.fa`
193-
194191
- `*_polished_genome.fa`: Polished consensus assembly in fasta format
195192
- `calls_to_draft.bam`: Alignment in bam format
196193
- `calls_to_draft.bam.bai`: Index of alignment
@@ -252,7 +249,6 @@ See [Prokka's documentation](https://github.com/tseemann/prokka#output-files) fo
252249
See [Baktas's documentation](https://github.com/oschwengers/bakta#output) for a full description of all output files.
253250

254251
- `DFAST/{ID}_results/`
255-
256252
- `genome.gff`: Annotation in gff format
257253
- `statistics.txt`: Annotation statistics in text format
258254
- `protein.faa`: Protein sequences in fasta format

0 commit comments

Comments
 (0)