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

Problem starting the script multigrmpy.py #77

Open
aaaniich opened this issue Jan 19, 2023 · 2 comments
Open

Problem starting the script multigrmpy.py #77

aaaniich opened this issue Jan 19, 2023 · 2 comments

Comments

@aaaniich
Copy link

aaaniich commented Jan 19, 2023

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?

@mzwaig
Copy link

mzwaig commented Oct 26, 2023

I'm getting a similar error

@Han-Cao
Copy link

Han-Cao commented Jan 29, 2024

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'

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

No branches or pull requests

3 participants