-
Notifications
You must be signed in to change notification settings - Fork 2
Reproducibility test
Marco Reverenna edited this page Aug 8, 2025
·
8 revisions
conda environment in linux uses python version 9 conda environment in osx uses python version 11
Running script_dbg.py and script_greedy.py scripts that use all the packages required in the folder src
- Any problems with any packages? ✅
- Can you run the scripts with no breaks? ✅
Note: at the moment some problems appear in the terminal probably related to the library kaleido for saving images.
- problem solved: kaleido version 0.2.1 is required or it needs google chrome browser to be installed to show/write images
Consider a specific combination of values for a specific dataset (it is already specified in the script)
- Do we obtain the same statistical results? check inside folder output the folder "statistic" - json file scaffold
- dbg ✅
- greedy ✅
- Do we obtain the same number of outputs? check inside folder output the folder "scaffold": example cluster fasta
- dbg ✅
- greedy ✅
- Check few scaffolds and see if the sequence is the same
- dbg ✅
- greedy ✅
Considering specific samples and combinations, check the tables if release same results
- gridseach.py on greedy ? ❌
- gridsearch.py on DBG ? ❌