Skip to content

Commit f4d7f3b

Browse files
authored
Merge pull request #7 from icgc-argo-workflows/update_modules
update argo-modules
2 parents 7cb9590 + c89c624 commit f4d7f3b

16 files changed

Lines changed: 1408 additions & 127 deletions

File tree

modules.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"icgc-argo-workflows": {
88
"checkinput": {
99
"branch": "main",
10-
"git_sha": "e1f2b946b457eac191c0fa97ae1d159a15874c6b",
10+
"git_sha": "d4806476507d2a3218341f470a165b609b2d1835",
1111
"installed_by": ["stage_input"]
1212
},
1313
"cleanup": {
@@ -22,27 +22,27 @@
2222
},
2323
"prep/metrics": {
2424
"branch": "main",
25-
"git_sha": "27b616a007c54d0e059d39345b575e7e3801ef72",
25+
"git_sha": "776aed82db95d2db324581aec0ed755e93d533b3",
2626
"installed_by": ["modules"]
2727
},
2828
"prep/sample": {
2929
"branch": "main",
30-
"git_sha": "dbd4c7b18c86be15f2ca341085d90c0488545d53",
30+
"git_sha": "768fb64c290fe906e96c195c67d3b99f8da2e049",
3131
"installed_by": ["stage_input"]
3232
},
3333
"samtools/index": {
3434
"branch": "main",
35-
"git_sha": "3f8cbdb457ed1b642b4f9b079850f2a92da9fcc0",
35+
"git_sha": "e1f2b946b457eac191c0fa97ae1d159a15874c6b",
3636
"installed_by": ["modules", "stage_input"]
3737
},
3838
"score/download": {
3939
"branch": "main",
40-
"git_sha": "19ee48fdf1672ef9723e3093531be7ddea3e27ec",
40+
"git_sha": "9790430f3f71990b5a5fadcb7cf169d11b8c93c7",
4141
"installed_by": ["song_score_download"]
4242
},
4343
"score/upload": {
4444
"branch": "main",
45-
"git_sha": "19ee48fdf1672ef9723e3093531be7ddea3e27ec",
45+
"git_sha": "9790430f3f71990b5a5fadcb7cf169d11b8c93c7",
4646
"installed_by": ["song_score_upload"]
4747
},
4848
"song/get": {
@@ -86,7 +86,7 @@
8686
},
8787
"stage_input": {
8888
"branch": "main",
89-
"git_sha": "e9dfe346ae3334973f406be3051a1091cad1dca6",
89+
"git_sha": "768fb64c290fe906e96c195c67d3b99f8da2e049",
9090
"installed_by": ["subworkflows"]
9191
}
9292
}

modules/icgc-argo-workflows/checkinput/main.nf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,26 @@ process CHECKINPUT {
3232
$samplesheet \\
3333
samplesheet.valid.csv
3434
;;
35-
'DNA Alignment')
35+
'DNA Seq Alignment')
3636
dnaaln.py \\
3737
$samplesheet \\
3838
samplesheet.valid.csv
3939
;;
40+
'RNA Seq Alignment')
41+
rnaaln.py \\
42+
$samplesheet \\
43+
samplesheet.valid.csv
44+
;;
4045
'Germline Variant Call')
4146
germlinevar.py \\
4247
$samplesheet \\
4348
samplesheet.valid.csv
4449
;;
50+
'Variant Call QC')
51+
variantcallqc.py \\
52+
$samplesheet \\
53+
samplesheet.valid.csv
54+
;;
4555
*)
4656
echo -n "Unknown workflow"
4757
exit 1

0 commit comments

Comments
 (0)