Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit fbff1b2

Browse files
committed
doc updates, flowchart added
1 parent e421560 commit fbff1b2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Introduction
44

5-
RNAseq is a bioinformatics analysis pipeline used for RNA sequencing data at the
5+
cellgeni/rnaseq is a bioinformatics analysis pipeline used for RNA sequencing data at the
66
[Cellular Genetics program](http://www.sanger.ac.uk/science/programmes/cellular-genetics)
77
at [the Wellcome Sanger Institute](http://www.sanger.ac.uk/).
88

@@ -59,7 +59,7 @@ orchestration.
5959
- We use the sample ID as the primary process ID and tag everywhere.
6060

6161
- The building of indexes was split off into a separate file `buildindex.nf`. This file
62-
still needs a lot of work.
62+
still needs a lot of work to recover from the splitting step.
6363

6464
- All code was pulled out of conditional statements, enabling us to run different
6565
modes at the same time. This is helpful for testing, reduces overhead, and reduces
@@ -74,3 +74,4 @@ orchestration.
7474
### Diagram
7575
This is the flow chart of the pipeline.
7676

77+
![cellgeni/rnaseq flowchart](flowchart.png)

TODO

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
how did that work again?
1111
memory { reads.size() < 70.KB ? 1.GB : 5.GB }
1212

13+
- dump everythign in https://www.nextflow.io/docs/latest/metadata.html
14+
1315
- -m hisat2 for multiQC?
1416

1517
- samtools collate has -f option for fast. Can we use this?

flowchart.png

321 KB
Loading

0 commit comments

Comments
 (0)