File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "r1" : {
3
+ "class" : " File" ,
4
+ "path" : " /path/to/your/input/R1.fastq.gz"
5
+ },
6
+ "r2" : {
7
+ "class" : " File" ,
8
+ "path" : " /path/to/your/input/R2.fastq.gz"
9
+ },
10
+ "threshold" : 120000000 ,
11
+ "seed" : 11 ,
12
+ "output-prefix" : " subsampled" ,
13
+ "output-dir" : {
14
+ "class" : " Directory" ,
15
+ "path" : " /path/to/your/output/directory"
16
+ }
17
+ }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ requirements:
49
49
ramMin : 48000
50
50
coresMin : 4
51
51
- class: DockerRequirement
52
- dockerPull: ghcr.io/msk-access/subsample_fastq:0.0.1
52
+ dockerPull: ghcr.io/msk-access/subsample_fastq:0.0.2
53
53
'dct:contributor' :
54
54
- class: 'foaf:Organization'
55
55
'foaf:member' :
@@ -66,5 +66,5 @@ requirements:
66
66
'foaf:name' : Memorial Sloan Kettering Cancer Center
67
67
'doap:release' :
68
68
- class: 'doap:Version'
69
- 'doap:name' : merge_fastq
70
- 'doap:revision' : 0.1.1
69
+ 'doap:name' : subsample_fastq
70
+ 'doap:revision' : 0.0.2
You can’t perform that action at this time.
0 commit comments