v1.1.8 Slurm harmonisation pipeline for GWAS_SSF
- Change the
cluster
setting from LSF to SLURM - Convert
neg_log_10_p_value
to normal p_value - Update the gwas-sumstats-tools version to 1.0.6 since the metadata field is updated, especially the field
date_metadata_last_modified
is renamed - Add procps in the docker image to allow nf tower to generate the matrix
- Tag each process so that we can know the GCST id within one process even though their output name is the same.
- Update the test.config file to recognise the test data are in the $NXF_ASSETS folder or $HOME/.nextflow/asset folder
- Update the test yaml data since we updated the field date_last_modified as date_metadata_last_modified
- Allow the yaml file to be accessible by the count the strand direction step.
- Combine the harmonisation channel with unmapped channel to generate the log file
What's Changed
- Master fix yue 20240610 by @jiyue1214 in #91
Full Changelog: v1.0.7...v1.1.8