Closed dannda closed 1 year ago
Base: 50.24% // Head: 49.76% // Decreases project coverage by -0.48%
:warning:
Coverage data is based on head (
df2d21a
) compared to base (eae0273
). Patch coverage: 42.85% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Refactoring of the pipeline towards more general and extensible code. Major changes in
main.nf
. Slight changes in python scripts.Modified the pipeline to have more general workflows
Process_images
andProcess_files
which handle data input mapping and call the appropriate processes. Removed technology-specific entrypoints.Modified the tsv data input format as well, removing technology-specific headers in favor of specifying a file/image per line. This way arguments per file can be more easily specified if needed. Also included
config_param
s as individual lines in the tsv file so it is easier to define each for atitle-dataset
group without having to duplicate that data in each line.Ideally, this will allow us to easily add processing functions for new technologies/data formats.