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

solution for gene-level chromosome separated files input #71

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove size in creating channel
  • Loading branch information
filosi committed Jun 19, 2023
commit 736ddf678ddbb3590f18f59430c15c2dc2ad3d0b
2 changes: 1 addition & 1 deletion workflows/nf_gwas.nf
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ workflow NF_GWAS {

if (genotypes_association_format == 'bed') {

Channel.fromFilePairs(genotypes_association, size: 3).set {step2_gene_tests_ch}
Channel.fromFilePairs(genotypes_association).set {step2_gene_tests_ch}

}

Expand Down