Skip to content

Commit

Permalink
Update neoantigeninput module
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil committed Apr 10, 2024
1 parent 57e0f65 commit 57edfaf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"neoantigeninput": {
"branch": "neoantigen",
"git_sha": "b12e5a8bfe7303d5b086fce25641a395e897ec6c",
"git_sha": "3bd5f41f44ab3b8036090be6d0ce04034402199e",
"installed_by": ["modules"]
},
"netmhcpan": {
Expand Down
2 changes: 1 addition & 1 deletion modules/msk/neoantigeninput/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process NEOANTIGENINPUT {
"""
tree_folder_name=\$(basename -s .zip "${phyloWGSfolder}")
mkdir \$tree_folder_name
unzip ${phyloWGSfolder}
unzip ${phyloWGSfolder} -d \$tree_folder_name
gzip -d -c ${phyloWGSsumm} > ${id}.summ.json
gzip -d -c ${phyloWGSmut} > ${id}.mut.json
Expand Down
4 changes: 2 additions & 2 deletions modules/msk/neoantigeninput/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
]
}
],
"timestamp": "2024-04-05T18:16:07.635268"
"timestamp": "2024-04-10T14:36:29.1748"
},
"neoantigeninput - json,tsv": {
"content": [
Expand Down Expand Up @@ -99,6 +99,6 @@
]
}
],
"timestamp": "2024-04-05T18:15:58.939665"
"timestamp": "2024-04-10T14:36:22.508835"
}
}

0 comments on commit 57edfaf

Please sign in to comment.