assemblerflow / flowcraft

FlowCraft: a component-based pipeline composer for omics analysis using Nextflow. :whale::package:
GNU General Public License v3.0
241 stars 44 forks source link

Added components for gatk #206

Closed PhilPalmer closed 5 years ago

PhilPalmer commented 5 years ago

Hey,

I've added bwa, mark_duplicates, base_recalibrator & haplotype_caller components.

Anyone please review, especially @ODiogoSilva

Things I'm not sure on & you might want to check:

ODiogoSilva commented 5 years ago

@PhilPalmer

1 - For non-boolean parameters, the falsy value should be null like you provided. false is mostly reserved for boolean parameters. 2 - There may be, but with additional time. For now we can go with a working solution and later optimize. 3 - Placement is fine.