forked from hippolyte456/Hackathon_NGS_2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yml
96 lines (86 loc) · 1.43 KB
/
configuration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Chromosom :
- "1"
- "2"
- "3"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
- "12"
- "13"
- "14"
- "15"
- "16"
- "17"
- "18"
- "19"
- "20"
- "21"
- "22"
- "MT"
- "X"
- "Y"
NCBI_id :
- SRR628589
- SRR628588
- SRR628587
- SRR628586
- SRR628585
- SRR628584
- SRR628583
- SRR628582
Individual_conditions :
# SRR628582 : SF3B1
# SRR628583 : SF3B1
# SRR628584 : SF3B1
# SRR628585 : WT
# SRR628586 : WT
# SRR628587 : WT
# SRR628588 : WT
# SRR628589 : WT
GetFastq :
Repertory : fastq-dump/
container : images/fastq-dump
Extension : .sra
threads : 1
Fastqc :
Repertory : fastqc/
container : images/fastqc
Extension1 : _1_fastqc.html
threads : 1
GetGenome :
Repertory : Genome/
Extension : .fa.gz
container : images/fastq-dump
threads : 1
GetAnnot :
Repertory : GenomeAnnot/
Extension : .gtf
Filename : genome_annot
container : images/fastq-dump
genome_ref : GRCh38
threads : 1
IndexGenome:
Repertory : IndexGenome/
container : images/star
threads : 8 # Be carefull to not overload STAR
MappingSTAR :
Repertory : MappingSTAR/
container : images/star
Extension : .bam
threads : 8 # Be carefull to not overload STAR
CountReads :
Repertory : CountReads/
Extension : .counts
Filename : CountReads
container : images/subread
threads : 1
Deseq :
Repertory : Deseq/
Extension : .png
container : images/deseq2
threads : 1