Skip to content

Commit

Permalink
Use corncob to test associations with bin abundances
Browse files Browse the repository at this point in the history
  • Loading branch information
sminot committed Feb 12, 2024
1 parent bcfd63c commit 56caed6
Show file tree
Hide file tree
Showing 10 changed files with 649 additions and 654 deletions.
2 changes: 1 addition & 1 deletion align_pangenome.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GroovyShell shell = new GroovyShell()
def helpers = shell.parse(new File("${workflow.projectDir}/helpers.gvy"))

// Import sub-workflows
include { bin_metagenomes } from './modules/processes/bin_metagenomes'
include { bin_metagenomes } from './modules/bin_metagenomes'
include { align_reads } from './modules/align_reads'
include { find_reads } from './modules/find_reads'

Expand Down
Loading

0 comments on commit 56caed6

Please sign in to comment.