khodor14 / Cdbgtricks_experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cdbtricks_experiments

Tool installation

Cdbtricks

Refer to Cdbtricks repository for details on how to install it.

Bifrost

conda install -c bioconda bifrost

GGCAT

To install GGCAT, you can refer to the repository Note that the version used is this

Fulgor

To install Fulgor, you can check the repository Note that the version used is this

Downloading the datasets

Human genomes

curl --cookie zenodo-cookies.txt "https://zenodo.org/records/7506049/files/human-dataset-part1.tar.xz?download=1" --output human_genomes1.tar.xz
curl --cookie zenodo-cookies.txt "https://zenodo.org/records/7506425/files/human-dataset-part2.tar.xz?download=1" --output human_genomes2.tar.xz
mkdir human_genomes

Then extract the files:

tar -xf human_genomes1.tar.xz -C human_genomes
tar -xf human_genomes2.tar.xz -C human_genomes
rm human_genomes1.tar.xz
rm human_genomes2.tar.xz

The fasta files are in the human_genomes directory

E. coli genomes

mkdir ecoli
bash ecoli_downloads.sh

Setup for memory and disk measurement

The script script.sh measure the disk and memory usage. You need to set _user to your username.

About


Languages

Language:Shell 99.7%Language:Python 0.3%