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: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# nf-scautoqc
2
2
3
-
nf-scautoqc is the Nextflow implementation of scAutoQC pipeline used in Oliver et al, 2023.
3
+
nf-scautoqc is the Nextflow implementation of [scAutoQC pipeline](https://teichlab.github.io/sctk/notebooks/automatic_qc.html) used in Oliver et al, 2024.
4
4
5
5
## Contents:
6
6
7
-
8
7
## Files:
9
8
*`main.nf` - the Nextflow pipeline that executes scAutoQC pipeline.
10
9
*`nextflow.config` - the configuration script that allows the processes to be submitted to IBM LSF on Sanger's HPC and ensures correct environment is set via singularity container (this is an absolute path). Global default parameters are also set in this file and some contain absolute paths.
@@ -110,6 +109,12 @@ This step requires the h5ad object from `add_metadata` step.
0 commit comments