Addresses issue #75 with the large 22MB tabix-merge.jar file that doesn't seem to be used within the workflow. I have tested removal of this in v0.6.4 with profile test and been able to successfully run the pipeline.
This will prevent errors such as Module file size cannot be bigger than 1 MB - offending file: /.nextflow/assets/genepi/nf-gwas/bin/tabix-merge.jar
I don't see where this jar file is used within the pipeline but if it is indeed, perhaps we can include it in within the image itself.
Addresses issue #75 with the large 22MB tabix-merge.jar file that doesn't seem to be used within the workflow. I have tested removal of this in
v0.6.4
withprofile test
and been able to successfully run the pipeline.This will prevent errors such as
Module file size cannot be bigger than 1 MB - offending file: /.nextflow/assets/genepi/nf-gwas/bin/tabix-merge.jar
I don't see where this jar file is used within the pipeline but if it is indeed, perhaps we can include it in within the image itself.