mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
59ca7444cf
* adding plink module using nf-core tool [ci skip] * Restructures the project for plink/vcf (#1) * Add version string for plink * Create a plink/vcf module * small tweaks on main.nf and started to test [ci skip] * small changes on test args, local test with docker passed! * Update plink/vcf module listing * Update tag * fix tags as per linting guidelines * revert to the original state of tags * adding --threads to `main.nf` and `meta.yml` information Co-authored-by: Abhinav Sharma <abhi18av@users.noreply.github.com>
12 lines
423 B
YAML
12 lines
423 B
YAML
- name: plink vcf test_plink_vcf
|
|
command: nextflow run tests/modules/plink/vcf -entry test_plink_vcf -c tests/config/nextflow.config
|
|
tags:
|
|
- plink
|
|
- plink/vcf
|
|
files:
|
|
- path: output/plink/test.bed
|
|
md5sum: 55c3ab2636212911b5f952ef6f5d855c
|
|
- path: output/plink/test.bim
|
|
md5sum: 54164b6f103e152de05712c6bb317db8
|
|
- path: output/plink/test.fam
|
|
md5sum: 22d32d7daa3ae6b819a24895e82b2a70
|