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 3, Summer 4
Description
For this task, create RNA-Seq alignments files (BAM), junction files (bed.gz), and scaled coverage graphs (bedgraph.gz) for data set SRP484252, submitted to Sequence Read Archive by Goldstein Lab at UNC Chapel Hill in 2024.
All code will be saved to main branch in this repository - see: https://bitbucket.org/lorainelab/tardigrade/src/main/
Running prefetch jobs with:
in:
/projects/tomato_genome/fnb/dataprocessing/tardigrade/SRP484252/fastq
Confirmed it worked with:
[aloraine@str-i2 fastq]$ cat *.out | grep -c "was downloaded successfully" 12 [aloraine@str-i2 fastq]$ cut -d , -f 1 SRP484252_SraRunTable.txt | grep -v Run | wc -l 12
All 12 runs were prefetched correctly.