Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Sprint:Summer 2, Summer 3, Summer 4, Summer 6
Description
Task: Continue the workflow started in IGBF-3708 by running the latest version of the nf-core/rnaseq pipeline with the downloaded fastq files. Continue to document the commands used to run this pipeline (see IGBF-3721).
For reference, here is that workflow once again:
Run prefetch.sh to get .sra files for the list of SRR accessions.Check that the .sra files got downloaded correctly.Run fasterq-dump to make fastq files from the .sra files.Compress the fastq files with gzip using gzip.sh and submit to slurm queue using sbatch-doIt.sh- Run nf-core/rnaseq pipeline latest version. For this, you have to make a "parameter" file and provide gene annotations (.gtf file), genome annotations (.bed file), and genome assembly (.fasta file).
- Check that the pipeline ran correctly.
This is now done. AL ran the latest, most accurate version of the pipeline as part of a linked ticket
IGBF-3790, and described the experience.