You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,14 @@ Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-c
26
26
-[#86](https://github.com/nf-core/seqinspector/issues/86) Update lists of default steps in the pipeline
27
27
-[#84](https://github.com/nf-core/seqinspector/issues/84) Short summary of seqinspector in README.md
28
28
-[#110](https://github.com/nf-core/seqinspector/pull/110) Update input schema to accept either tar file or directory as rundir, and fastq messages and patterns.
29
+
-[#135](https://github.com/nf-core/seqinspector/pull/135) Added index section to MultiQC reports to facilitate report navigation (#125)
29
30
-[#127](https://github.com/nf-core/seqinspector/pull/127) Added alignment tools - bwamem2 - index and mem
-[#132](https://github.com/nf-core/seqinspector/pull/132) Added a bwamem2 index params for faster output
33
+
-[#151](https://github.com/nf-core/seqinspector/pull/151) Added a prepare_genome subworkflow to handle bwamem2 indexing
34
+
-[#159](https://github.com/nf-core/seqinspector/pull/159) Added a subworkflow QC_BAM including picard_collecthsmetrics for alignment QC of hybrid-selection data
35
+
-[#158](https://github.com/nf-core/seqinspector/pull/158) Moved picard_collectmultiplemetrics to the subworkflow QC_BAM
36
+
-[#162](https://github.com/nf-core/seqinspector/pull/162) Add tests for prepare_genome subworkflow
32
37
33
38
### `Fixed`
34
39
@@ -37,6 +42,8 @@ Initial release of nf-core/seqinspector, created with the [nf-core](https://nf-c
37
42
-[#107](https://github.com/nf-core/seqinspector/pull/107) Put SeqFU-stats section reports together
38
43
-[#112](https://github.com/nf-core/seqinspector/pull/112) Making fastq_screen_references value to use parentDir
39
44
-[#94] (https://github.com/nf-core/seqinspector/issues/94) Go through and validate test data
45
+
-[#162](https://github.com/nf-core/seqinspector/pull/162) Fix bugs in qc_bam and prepare_genome subworkflows and add tests
46
+
-[#163](https://github.com/nf-core/seqinspector/pull/163) Run fastqscreen with subsampled data if available
|`Subsampling`|[`Seqtk`](https://github.com/lh3/seqtk)| Global subsampling of reads. Only performs subsampling if `--sample_size` parameter is given. |[RNA, DNA, synthetic]|[N/A]| no |
43
+
|`Indexing, Mapping`|[`Bwamem2`](https://github.com/bwa-mem2/bwa-mem2)| Align reads to reference |[RNA, DNA]|[N/A]| yes |
44
+
|`Indexing`|[`SAMtools`](http://github.com/samtools)| Index aligned BAM files, create FASTA index |[DNA]|[N/A]| yes |
@@ -92,7 +93,7 @@ For more details about the output files and reports, please refer to the
92
93
93
94
## Credits
94
95
95
-
nf-core/seqinspector was originally written by the Swedish [@NationalGenomicsInfrastructure](https://github.com/NationalGenomicsInfrastructure/).
96
+
nf-core/seqinspector was originally written by the Swedish [@NationalGenomicsInfrastructure](https://github.com/NationalGenomicsInfrastructure/) and [Clinical Genomics Stockholm](https://clinical.scilifelab.se/).
96
97
97
98
We thank the following people for their extensive assistance in the development of this pipeline:
98
99
@@ -106,9 +107,6 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
106
107
107
108
## Citations
108
109
109
-
<!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. -->
110
-
<!-- If you use nf-core/seqinspector for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) -->
111
-
112
110
<!-- TODO nf-core: Add bibliography of tools and data used in your pipeline -->
113
111
114
112
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
## TODO nf-core: Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
7
-
## You inject any metadata in the Nextflow '${workflow}' object
8
6
data: |
9
7
<h4>Methods</h4>
10
8
<p>Data was processed using nf-core/seqinspector v${workflow.manifest.version} ${doi_text} of the nf-core collection of workflows (<a href="https://doi.org/10.1038/s41587-020-0439-x">Ewels <em>et al.</em>, 2020</a>), utilising reproducible software environments from the Bioconda (<a href="https://doi.org/10.1038/s41592-018-0046-7">Grüning <em>et al.</em>, 2018</a>) and Biocontainers (<a href="https://doi.org/10.1093/bioinformatics/btx192">da Veiga Leprevost <em>et al.</em>, 2017</a>) projects.</p>
0 commit comments