nf-core chipseq
Running the nf-core pipeline
Let’s refer to the usage section of the pipeline’s docs
Using the nf-core launcher
-
Select the
rnaseq
pipeline,dev
for the version and click Launch -
Fill out the following command-line flags:
- profile:
utd_sysbio
- input:
samplesheet.csv
- email:
<netid>@utdallas.edu
- read_length: 50
- genome:
hg19
- profile:
-
Create a file with the
nf-params.json
file it generates.
- We’re going to need to create a samplesheet. Please refer to the usage section of the pipeline’s docs
The data has been predownloaded for you to the class scratch directory
/scratch/applied-genomics/
under chipseq/ming/
.
- Start
screen
which is a screen manager
Useful screen commands
- Launch the pipeline
The pipeline should start up, and email you when it’s finished!
While we’re waiting let’s check out the shell script that would’ve ran all of that