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

Updated Ygor and added protocol #114

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MatthieuBeukers
Copy link
Collaborator

Please review :)

Beukers and others added 4 commits July 13, 2020 11:57
Also restructured params_ok with a for loop and changed summary_count to return a string instead of printing it when encountering an empty VCF file.
@TDMedina
Copy link
Member

I checked it out and made some tweaks. Sent the changes as a pull request to the MatthieuBeukers:master branch.

Suggested tweaks for pull request 114.
Copy link
Member

@TDMedina TDMedina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sending some fixes for the commented stuff via pull request to @MatthieuBeukers 's branch.

#string vbVcfCalls
#string ygorOutdir
#string project

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to add a Python module load here.

#string vbVcfCalls
#string ygorOutdir
#string project

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to add a parameter mapping for a Python3 version.

#string project

echo "Compare VaSeBuilder variant calls to gold standard variant calls"
python "${ygorLocation}" -1 "${vbGoldStandard}" -2 "${$vbVcfCalls}" -o "${ygorOutdir}" -op "${project}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here with the double $:

"${$vbVcfCalls}"

echo "Comparison to gold standard complete"

#SHORT EXPLANATION ON THE DEFINED PARAMETERS
#ygorLocation = Path to the location of ygor.py tha will perform the comparison
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small typo.

@@ -1,12 +1,12 @@
"""VCF Comparison Tool.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this blank line is required for typical docstring structure.

#string ygorLocation
#string vbGoldStandard
#string vbVcfCalls
#string ygorOutdir
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably use an existing parameter for this one, unless we plan on making a new directory within the CV runs to hold the results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants