-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add strelka2 to pipeline #136
Comments
I'm currently running Strelka2 in these two steps:
configureStrelkaSomaticWorkflow.py \
--normalBam $NORMAL_BAM \
--tumorBam $TUMOR_BAM \
--referenceFasta $REFERENCE_FASTA_PATH \
--exome \
--runDir $STRELKA_DIR";
|
There's also an equivalent |
The |
The germline pipeline can take multiple BAMs and then the generated gVCF will have a sample column for each BAM. The gVCF is gigantic btw. |
No description provided.
The text was updated successfully, but these errors were encountered: