Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/neosv #124

Merged
merged 29 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@ jobs:
tags: salmon/quant
- profile: "conda"
tags: rediscoverte
- profile: "conda"
tags: neosv

env:
NXF_ANSI_LOG: false
Expand Down
1 change: 1 addition & 0 deletions modules/msk/neoantigenutils/formatnetmhcpan/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ output:
type: file
description: File containing software versions
pattern: "versions.yml"

- netMHCpanreformatted:
type: file
description: A reformatted file of neoantigens and their binding affinities output by netmhcpan or netmhcstabpan. This contains the wild type antigens
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typeMut": true,
"fromStab": false
},
"test_netmHCpanoutput.MUT.tsv:md5,7f00f2df190fe801700b626b72dfdb99"
"test_netmHCpanoutput.MUT.tsv:md5,26f40dde35f53f5ced8a251f59dcc77f"
]
],
"1": [
Expand All @@ -22,15 +22,19 @@
"typeMut": true,
"fromStab": false
},
"test_netmHCpanoutput.MUT.tsv:md5,7f00f2df190fe801700b626b72dfdb99"
"test_netmHCpanoutput.MUT.tsv:md5,26f40dde35f53f5ced8a251f59dcc77f"
]
],
"versions": [
"versions.yml:md5,2c02f5f3103ee1532c27f7f3b873a578"
]
}
],
"timestamp": "2024-07-30T13:46:27.878268"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T15:37:30.153345025"
},
"neoantigenutils_formatnetmhcpan - output(MUT,netmhcpan) - tsv - stub": {
"content": [
Expand Down Expand Up @@ -63,7 +67,11 @@
]
}
],
"timestamp": "2024-07-30T13:47:05.72509"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T15:38:06.423945648"
},
"neoantigenutils_formatnetmhcpan - output(WT,netmhcpan) - tsv": {
"content": [
Expand All @@ -75,7 +83,7 @@
"typeMut": false,
"fromStab": false
},
"test_netmHCpanoutput.WT.tsv:md5,a1d7db1b6f116e96457f2fa60660558e"
"test_netmHCpanoutput.WT.tsv:md5,0ef95cf63ee0b8faa8e9d85413e48943"
]
],
"1": [
Expand All @@ -88,15 +96,19 @@
"typeMut": false,
"fromStab": false
},
"test_netmHCpanoutput.WT.tsv:md5,a1d7db1b6f116e96457f2fa60660558e"
"test_netmHCpanoutput.WT.tsv:md5,0ef95cf63ee0b8faa8e9d85413e48943"
]
],
"versions": [
"versions.yml:md5,2c02f5f3103ee1532c27f7f3b873a578"
]
}
],
"timestamp": "2024-07-30T13:46:37.183992"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T15:37:39.559652073"
},
"neoantigenutils_formatnetmhcpan - output(MUT,netmhcpanstab) - tsv": {
"content": [
Expand Down Expand Up @@ -129,7 +141,11 @@
]
}
],
"timestamp": "2024-07-30T13:46:47.110076"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T15:37:48.839508094"
},
"neoantigenutils_formatnetmhcpan - output(WT,netmhcpanstab) - tsv": {
"content": [
Expand Down Expand Up @@ -162,6 +178,10 @@
]
}
],
"timestamp": "2024-07-30T13:46:56.841519"
"meta": {
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T15:37:57.894905711"
}
}
5 changes: 3 additions & 2 deletions modules/msk/neoantigenutils/neoantigeninput/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process NEOANTIGENUTILS_NEOANTIGENINPUT {
'docker.io/mskcc/neoantigen-utils-base:1.1.0' }"

input:
tuple val(meta), path(inputMaf), path(hlaFile)
tuple val(meta), path(inputMaf), path(inputBedpe), path(hlaFile)
tuple val(meta2), path(phyloWGSsumm), path(phyloWGSmut), path(phyloWGSfolder)
tuple val(meta3), path(mutNetMHCpan), path(wtNetMHCpan)

Expand All @@ -33,13 +33,14 @@ process NEOANTIGENUTILS_NEOANTIGENINPUT {
generate_input.py --maf_file ${inputMaf} \
--bedpe_file ${inputBedpe} \
--summary_file ${id}.summ.json \
--mutation_file ${id}.mut.json \
--tree_directory \$tree_folder_name \
--id ${id} --patient_id ${patientid} \
--cohort ${cohort} --HLA_genes ${hlaFile} \
--netMHCpan_MUT_input ${mutNetMHCpan} \
--netMHCpan_WT_input ${wtNetMHCpan}
--netMHCpan_WT_input ${wtNetMHCpan} \
${args}
Expand Down
5 changes: 5 additions & 0 deletions modules/msk/neoantigenutils/neoantigeninput/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ input:
description: HLA tsv outputtted by Polysolver
pattern: "winners.{tsv}"

- inputBedpe:
type: file
description: bedpe file containing SVs
pattern: "winners.{tsv}"

output:
- meta:
type: map
Expand Down
Loading
Loading