Skip to content

Instantly share code, notes, and snippets.

@adRn-s
Last active August 19, 2022 09:57
Show Gist options
  • Save adRn-s/1bea9c2eec879d53c95cf5c86cb1303b to your computer and use it in GitHub Desktop.
Save adRn-s/1bea9c2eec879d53c95cf5c86cb1303b to your computer and use it in GitHub Desktop.
snakemake wrapper to implement Plink association testing (gwas)
@adRn-s
Copy link
Author

adRn-s commented Aug 19, 2022

Save this patch file in your snakemake-wrappers fork and run: git apply plink_gwas.patch. Optionally, before applying use --stat option from git-apply to see a dry-run of the file changes.

@adRn-s
Copy link
Author

adRn-s commented Aug 19, 2022

It's been a year since I abandoned this work. IIRC, merging into the snakemake wrappers was not possible due to the high quality standard restrictions, the issue was mainly in regard to plink interface. I added the "keep multiext please" note to enforce the plink interface (all files should have the same name). This is in direct conflict to the flexibility expected for a snakemake wrapper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment