3d semester, biotechnology seminar: cello-2 practice
Students:
- Maria Firulyova
- Elizaveta Grigoryeva
Tutor: Alexander Tkachenko
Master's program webpage: https://ctlab.itmo.ru/bioinf-master/
To run the pipeline, install cello-2 with all prerequisites:
After installation, fill the config.yaml
file with your pathes:
app_path
-- path to the cello2-jar filedata_path
-- path with json input datalogic_path
-- path with logic filestargets
-- basename(s) of target files (unique prefixes for UCF files indata_path
folder)
snakemake --cores 2
Check output/target/logic
folders for results, e.g., if target was SC1C1G1T1
and logic was xor
,
check output/SC1C1G1T1/xor.v
folder.
- Article: https://www.nature.com/articles/s41564-020-0757-2
- Useful explanation: link