Skip to content

Commit c7c6563

Browse files
committed
fix: small update, added co-author, closes #26
1 parent 9fad6f9 commit c7c6563

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ The nf-core/crispriscreen pipeline comes with documentation about the pipeline [
9595

9696
## Credits
9797

98-
nf-core/crispriscreen was originally written by Michael Jahn.
98+
The following people contributed to the nf-core/crispriscreen pipeline:
99+
100+
- Dr. Michael Jahn, MPUSP Berlin ([ORCID](https://orcid.org/0000-0002-3913-153X)) - main author and maintainer
101+
- Dr. Ute Hoffmann, Science for Life Lab, Stockholm - contributor
99102

100103
## Contributions and Support
101104

@@ -107,13 +110,13 @@ For further information or help, don't hesitate to get in touch on the [Slack `#
107110

108111
The following scientific articles are related to this pipeline.
109112

110-
THe new version of CRISPRi libary for which this Nextflow pipeline was developed:
113+
The new version of CRISPRi libary for which this Nextflow pipeline was developed:
111114

112115
> Rui Miao, Michael Jahn, Kiyan Shabestary, Elton Paul Hudson.
113116
> _CRISPR interference screens reveal tradeoffs between growth rate and robustness in Synechocystis sp. PCC 6803 across trophic conditions_
114117
> bioRxiv 2023.02.13.528328. https://doi.org/10.1101/2023.02.13.528328
115118
116-
THe original publication of the CRISPRi library for which a precursor of this pipeline was developed:
119+
The original publication of the CRISPRi library for which a precursor of this pipeline was developed:
117120

118121
> Lun Yao, Kiyan Shabestary, Sarah Björk, Johannes Asplund-Samuelsson, Hakan Joensson, Michael Jahn & Elton Paul Hudson.
119122
> _Pooled CRISPRi screening of the cyanobacterium Synechocystis sp PCC 6803 for enhanced industrial phenotypes_.

workflows/crispriscreen.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ workflow CRISPRISCREEN {
210210
)
211211
ch_versions = ch_versions.mix(MAGECK_MLE.out.versions)
212212
}
213+
213214
//
214215
// MODULE: Calculate gene fitness from read counts using DESeq2
215216
//

0 commit comments

Comments
 (0)