Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Spring 1, Spring 2, Spring 10, Summer 1
Description
SRP252265
For SL4 and SL5.
For this task, we need to confirm and sanity-check the Mark 2020 pollen tube data that Rob uploaded and submitted to the Sequence Read Archive.
If the data are good, we will replace all the existing BAM, junctions, etc. files deployed in the "hotpollen" quickload site with newly processed data.
For this task:
- Check SRP on NCBI and review submission
- Download the data onto the cluster by using the SRP name
- Run nf-core/rnaseq pipeline
- Run our coverage graph and junctions scripts on the data
Note that all files should now use their "SRR" names instead of the existing file names.
Attachments
Issue Links
Activity
Re-run Directory SL4: /projects/tomato_genome/fnb/dataprocessing/SRP252265/nfcore-SL4
Re-run Directory SL5: /projects/tomato_genome/fnb/dataprocessing/SRP252265/nfcore-SL5
Prefetch SRR Script:
#! /bin/bash #SBATCH --job-name=prefetch_SRR #SBATCH --partition=Orion #SBATCH --nodes=1 #SBATCH --ntasks-per-node=1 #SBATCH --mem=4gb #SBATCH --output=%x_%j.out #SBATCH --time=24:00:00 cd /projects/tomato_genome/fnb/dataprocessing/SRP252265/nfcore-SL4 module load sra-tools/2.11.0 vdb-config --interactive files=( SRR11284116 SRR11284117 SRR11284118 SRR11284119 SRR11284120 SRR11284121 SRR11284122 SRR11284123 SRR11284124 SRR11284125 SRR11284126 SRR11284127 SRR11284128 SRR11284129 SRR11284130 SRR11284131 SRR11284132 SRR11284133 SRR11284134 SRR11284135 SRR11284136 SRR11284137 SRR11284138 SRR11284139 ) for f in "${files[@]}"; do echo $f; prefetch $f; done
Execute:
chmod u+x prefetch.slurm
sbatch prefetch.slurm
Review:
Moving to Done!