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

Nextflow process cannot access orthogroup snp data stored in NemaScanDir #60

Open
mckeowr1 opened this issue Apr 3, 2023 · 0 comments
Assignees

Comments

@mckeowr1
Copy link
Contributor

mckeowr1 commented Apr 3, 2023

The process simulate_orthogroup_effects runs a python script sim_og_effects.py that script loads variants from a master_snps_file that has all SNPs > 1% maf annotated with OGIDs. The script has the relative paths (`test_data/-master.snps.genes) to these input files are hard coded but NemaScan is unable to find them.

Short term fix:
Need to add a Parameter to multi_species_simfiles.nf for the data dir and put SNPs there. I can pass the data dir as a command line argument to sim_og_effects.py

Long term fix:
Add the master snps file to the pipeline workflow. This would have to take place during sim file prep, probably when VCFs and indexs are defined for each strain set.

@mckeowr1 mckeowr1 self-assigned this Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant