We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI, I downloaded the docker container. When attempting to start the test.py I get the following error.
root@fe774370582c:/NGS-PrimerPlex# python3 test.py File "test.py", line 530 if withVcf=True: ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I had the exactly same error
I installed the version without Hg19 reference
Please, help!!
Sorry, something went wrong.
I believe the code is buggy: cause the code I believe should be if withVcf == True: I just went on to using the software.
@DHmeduni Like you did, in the end I had to just run the program, and so far it's going well.
No branches or pull requests
HI,
I downloaded the docker container.
When attempting to start the test.py I get the following error.
root@fe774370582c:/NGS-PrimerPlex# python3 test.py
File "test.py", line 530
if withVcf=True:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: