@@ -23,13 +23,13 @@ nextflow_process {
23
23
24
24
input[2] = file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/CTAT_HumanFusionLib.mini.dat.gz')
25
25
input[3] = "homo_sapiens"
26
- input[4] = "http://ftp.ebi.ac.uk/pub/databases /Pfam/releases/Pfam37.4/Pfam -A.hmm.gz"
26
+ input[4] = file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome /Pfam-A.hmm.gz')
27
27
input[5] = [
28
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm" ,
29
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3f" ,
30
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3i" ,
31
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3m" ,
32
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3p"
28
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm') ,
29
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3f') ,
30
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3i') ,
31
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3m') ,
32
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3p')
33
33
]
34
34
input[6] = "https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/AnnotFilterRule.pm"
35
35
"""
@@ -125,22 +125,22 @@ nextflow_process {
125
125
"""
126
126
input[0] = [
127
127
[ id:'minigenome_fasta' ],
128
- file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/ minigenome.fa" )
128
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/ minigenome.fa' )
129
129
]
130
130
input[1] = [
131
131
[ id:'minigenome_gtf' ],
132
- file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/ minigenome.gtf" )
132
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/ minigenome.gtf' )
133
133
]
134
134
135
- input[2] = file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/ CTAT_HumanFusionLib.mini.dat.gz" )
135
+ input[2] = file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/ CTAT_HumanFusionLib.mini.dat.gz' )
136
136
input[3] = "homo_sapiens"
137
- input[4] = "http://ftp.ebi.ac.uk/pub/databases /Pfam/releases/Pfam37.4/Pfam -A.hmm.gz"
137
+ input[4] = file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome /Pfam-A.hmm.gz')
138
138
input[5] = [
139
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm" ,
140
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3f" ,
141
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3i" ,
142
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3m" ,
143
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3p"
139
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm') ,
140
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3f') ,
141
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3i') ,
142
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3m') ,
143
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3p')
144
144
]
145
145
input[6] = "https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/AnnotFilterRule.pm"
146
146
"""
@@ -160,21 +160,21 @@ nextflow_process {
160
160
"""
161
161
input[0] = [
162
162
[ id:'minigenome_fasta' ],
163
- file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/ minigenome.fa" )
163
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/ minigenome.fa' )
164
164
]
165
165
input[1] = [
166
166
[ id:'minigenome_gtf' ],
167
- file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/ minigenome.gtf" )
167
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/ minigenome.gtf' )
168
168
]
169
169
170
- input[2] = file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/ CTAT_HumanFusionLib.mini.dat.gz" )
170
+ input[2] = file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/ CTAT_HumanFusionLib.mini.dat.gz' )
171
171
input[3] = "homo_sapiens"
172
- input[4] = "http://ftp.ebi.ac.uk/pub/databases /Pfam/releases/Pfam37.4/Pfam -A.hmm.gz"
172
+ input[4] = file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome /Pfam-A.hmm.gz')
173
173
input[5] = [
174
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm" ,
175
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3f" ,
176
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3i" ,
177
- "https://www.dfam.org/releases/Dfam_3.8/infrastructure/dfamscan/homo_sapiens_dfam .hmm.h3m"
174
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm') ,
175
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3f') ,
176
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3i') ,
177
+ file(params.modules_testdata_base_path + 'genomics/homo_sapiens/genome/test_starfusion_dfam .hmm.h3m')
178
178
]
179
179
input[6] = "https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/AnnotFilterRule.pm"
180
180
"""
0 commit comments