v0.4.0 [Escherichia coli]
Pre-release
Pre-release
·
1196 commits
to master
since this release
Pipeline settings parser and template render have been implemented.
Added
Config- A class to store all the pipeline configurationInternalProcessParamsSetandExternalProcessParamsSetfor loading internal and external process paramsProcessParams- A class to process and store parameters of pipeline processesDataTypes- A class to process and store datatypesexternal.tomlto store the list of external pipeline processesinternal.tomlto store the list of internal pipeline processesdatatypes.tomlto store the list of pipeline supported datatypesScriptTemplate- A class for templating nextflow scriptsConfigTemplate- A class for templating nextflow config files
Changed
- Simplified the internal and external settings files to contain minimum information
correlation_tabledatatype renamed tointeraction_table- Modularize the default settings into separate files - datatypes.toml, internal.toml and external.toml
Fixed
- Filter
DeprecationWarningandPendingDeprecationWarningin pytest configuration