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

Config file (snake.scatter.yaml) not present #94

Open
tybottorff opened this issue May 31, 2024 · 0 comments
Open

Config file (snake.scatter.yaml) not present #94

tybottorff opened this issue May 31, 2024 · 0 comments

Comments

@tybottorff
Copy link

tybottorff commented May 31, 2024

Describe the bug
mgatk call stops due to issues with config files, doesn't produce output files. I'm guessing that lines like these Workflow defines configfile ../mgatk_output/.internal/parseltongue/snake.scatter.yaml but it is not present or accessible (full checked path: /path/to/mgatk_output/.internal/parseltongue/snake.scatter.yaml). are central to the issue here, thus the title. That config file is not present (no .internal dir)

To Reproduce
My script is...

#!/bin/bash
source venv3/bin/activate
mgatk call -i ../raw_data/combined_bams/ -g GRCh38 -o ../mgatk_output
deactivate

The combined_bams dir has .bam files from bulk ATACseq experiment that had ~10-20% MT reads across libraries (each 1 .bam file here).

Attached file has more output log info
log.md

When running mgatk call on the test data (i.e. mgatk call -i git/mgatk/tests/humanbam/ -g hg19 -o ../mgatk_output), I get very similar errors

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

1 participant