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 try to use this tool, but when I use this command: python3 bin/multigrmpy.py -i vvv.vcf -m manchr3.txt -r genome.fa -o test4
I have next errors:
in manifestrse the options: Unknown column read length 2023-01-19 10:05:07,167 ERROR Traceback (most recent call last): 2023-01-19 10:05:07,167 ERROR File "bin/multigrmpy.py", line 316, in run subprocess.check_call(commandline, shell=True, stderr=subprocess.STDOUT) 2023-01-19 10:05:07,167 ERROR File "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) 2023-01-19 10:05:07,167 ERROR subprocess.CalledProcessError: Command '/opt/paragraph-build/bin/grmpy --response-file=/tmp/tmpmavc_bwf.txt' returned non-zero exit status 1.
Can youexplain me, what's wrong?
The text was updated successfully, but these errors were encountered:
I'm getting a similar error
Sorry, something went wrong.
I also ran into this error and found it is caused by Windows line endings. You can check the manifest file and replace all '\r\n' with '\n'
No branches or pull requests
Hi!
I try to use this tool, but when I use this command:
python3 bin/multigrmpy.py -i vvv.vcf -m manchr3.txt -r genome.fa -o test4
I have next errors:
in manifestrse the options: Unknown column read length
2023-01-19 10:05:07,167 ERROR Traceback (most recent call last):
2023-01-19 10:05:07,167 ERROR File "bin/multigrmpy.py", line 316, in run subprocess.check_call(commandline, shell=True, stderr=subprocess.STDOUT)
2023-01-19 10:05:07,167 ERROR File "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd)
2023-01-19 10:05:07,167 ERROR subprocess.CalledProcessError: Command '/opt/paragraph-build/bin/grmpy --response-file=/tmp/tmpmavc_bwf.txt' returned non-zero exit status 1.
Can youexplain me, what's wrong?
The text was updated successfully, but these errors were encountered: