Details
-
Type:
Task
-
Status: In Progress (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Sprint:Summer 6
Description
Following the protocol notes described in IGBF-3790, process data set SRP454305.
This dataset consists of 12 samples of tardigrade H. exemplaris. The animals got dosed with radiation or a non-radiation control treatment.
Article link:
Attachments
Issue Links
- relates to
-
IGBF-3790 Run nf-core/rnaseq v 3.14 on SRP484252 (2024 Goldstein Lab)
-
- Closed
-
Activity
PREFETCH step
Pre-fetching SRA files with:
cut -d , -f 1 SRP454305_SraRunTable.txt | grep -v Run | xargs -I A sbatch --export=S=A --job-name=A --output=A.out --error=A.err prefetch.sh
in:
/projects/tomato_genome/fnb/dataprocessing/tardigrade/SRP454305
Confirmed it worked with:
[aloraine@str-i1 SRP454305]$ cut -d , -f 1 SRP484252_SraRunTable.txt | grep -v Run | wc -l [aloraine@str-i1 SRP454305]$ cut -d , -f 1 *_SraRunTable.txt | grep -v Run | wc -l 12
using prefetch.sh:
[aloraine@str-i1 SRP454305]$ ls -l prefetch.sh lrwxrwxrwx 1 aloraine tomato_genome 46 Aug 6 13:42 prefetch.sh -> /users/aloraine/src/tardigrade/src/prefetch.sh
using SRP454305_SraRunTable.txt:
[aloraine@str-i1 SRP454305]$ ls -lh *.txt lrwxrwxrwx 1 aloraine tomato_genome 88 Aug 6 13:43 SRP454305_SraRunTable.txt -> /users/aloraine/src/tardigrade/Documentation/RunSelectorOutput/SRP454305_SraRunTable.txt
CLEANUP step: