-
Notifications
You must be signed in to change notification settings - Fork 57
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
Updates to immuno workflow for upcoming 4.0.0 release #1085
base: master
Are you sure you want to change the base?
Conversation
definitions/tools/pvacseq.cwl
Outdated
@@ -15,14 +15,14 @@ arguments: [ | |||
{ valueFrom: " && ", shellQuote: false }, | |||
"/usr/local/bin/pvacseq", "run", | |||
"--iedb-install-directory", "/opt/iedb", | |||
"--blastp-path", "/opt/ncbi-blast-2.12.0+/bin/blastp", | |||
"--peptide-fasta", "/opt/reference_fasta/Homo_sapiens.GRCh38.pep.all.fa.gz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense for this to be an input the user could specify but with this path as the default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. @malachig @chrisamiller do you have any opinions?
This implements the features as discussed here: wustl-oncology/analysis-wdls#87
Still outstanding is the addition of Arriba to run in parallel to starfusion/AGfusion.