-
Notifications
You must be signed in to change notification settings - Fork 18
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
TheiaProk TB: new VCF output and modification to the coverage report #245
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* updated VCF output file renaming in kSNP3 task (#207) * updated VCF output file renaming in kSNP3 task; also added 1 new File output and change the output names to be more descriptive * ksnp3 task:changed VCF file names to be predictable; split 2 ksnp3 options to 2 lines for readability; added new string output "ksnp3_vcf_ref_samplename" to capture sample within cluster to use for snp calling * added new string output to ksnp3 workflow "ksnp3_vcf_ref_samplename" * reduce unnecessary logging in MIDAS task (#210) * made untar/decompression of midas database quiet since it produces 41k lines of output. also made the 2 mv commands verbose (but it's only 2 lines!) * update CI * expose tbprofiler parameters as inputs in merlin * input spelling --------- Co-authored-by: Curtis Kapsak <kapsakcj@gmail.com>
kevinlibuit
reviewed
Dec 29, 2023
tasks/task_versioning.wdl
Outdated
@@ -9,7 +9,7 @@ task version_capture { | |||
volatile: true | |||
} | |||
command { | |||
PHB_Version="PHB v1.2.1" | |||
PHB_Version="PHB v1.2.1: smw-tb-2023-10-25-dev branch" |
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.
Will need to modify before merge
kevinlibuit
approved these changes
Dec 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DO NOT MAKE CHANGES TO THIS BRANCH!!!!!!!
closes #283
I recognize Frank made a branch that alters some parameters, so those might need to be incorporated, but these were the latest iteration of changes I made to the TB analysis pathway.
🛠️ Changes Being Made
This PR:
Impacted Workflows/Tasks
Tasks:
tasks/species_typing/task_tbp_parser.wdl
tasks/species_typing/task_tbprofiler.wdl
Workflows:
workflows/theiaprok/wf_theiaprok_illumina_pe.wdl
workflows/theiaprok/wf_theiaprok_illumina_se.wdl
workflows/theiaprok/wf_theiaprok_ont.wdl
workflows/utiltiies/wf_merlin_magic.wdl
🧠 Context and Rationale
Changes were requested by users.
📋 Workflow/Task Steps
Inputs
No inputs were changed
Outputs
New output:
tbprofiler_output_vcf
Impacted Outputs
Modified outputs:
tbp_parser_coverage_report
tbp_parser_docker
tbp_parser_version
Additional changes were made in the
tbp-parser
output files due to changes associated with the updated Docker image.🧪 Testing
Locally
Terra
Scenarios for Reviewer to Test
🔬 Quality checks
Pull Request (PR) checklist: