Skip to content

khodor14/Cdbgtricks_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cdbtricks_experiments

Tool installation

Cdbgtricks

Refer to Cdbgtricks 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published