ndreey / ghost-magnet

Molecular Bioinformatics BSc thesis project at University of Skövde
MIT License
1 stars 0 forks source link

Grasping CAMISIM #13

Open ndreey opened 1 year ago

ndreey commented 1 year ago

The setup files rhimgCAMI2_setup.tar.gz and the genomes rhimgCAMI2_genomes.tar.gz used for the A. thaliana rhizosphere mock data have been downloaded.

Read through and understand how these files can be edited to meet my needs.

ndreey commented 1 year ago

NOTES FROM THE PAPER

CMISIM allows customization of many properties:

These settings are determined by the configuration file config.ini.

CAMISIM works in three stages:

  1. Design of the community, which includes the selection of the community members and their genomes, and assigning them relative abundances.
  2. Metagenome sequencing data simulation.
  3. Postprocessing, where the binning and assembly gold standards are produced.

1. Designing community

2. Metagenome simulation

3. Gold standard creating and postprocessing

CAMISIM_Fig1

ndreey commented 1 year ago

Example of pileup file from mpileup

#CHROM  POS     REF     COV     READS   QUALS
chr1    1       A       2       AG      FE
chr1    2       C       3       CCA     FFA
chr1    3       G       1       T       E

The headings in this pileup file are:

ndreey commented 1 year ago

_Notes from thee GITHUB MANUAL and the files from the SETUP ARCHIVE_

Cladosporium_rectoides_MPI-GEGE-AT-0032 1.145203067508997
Gibellulopsis_nigrescens_MPI-SP2-AT-0410    11.305394360852437
Metacordyceps_chlamydosporia_MPI-IT2-AT-0323    1.4393342015492996
Ochroconis_tshawytschae_MPI-SP2-AT-0416 0.10262961014917946
Phomopsis_columnaris_MPI-SP2-AT-0504    0.0972154941002939
Umbelopsis_autotrophica_MPI-SW4-AT-0611 0.02325594896697013
Embellisia_chlamydospora_MPI-FR1-AT-0336    0.9337332247335333
Fusarium_oxysporum_MPI-PUGE-AT-0057 0.375901531
Otu22.0 44.0
Otu96.0 23.0
Otu1087 0.0

HOW I UNDERSTAND THE ABUNDANCE CALCULATION The abundance is calculated based on the total sum of genome sizes.

Good info on these issues

ndreey commented 1 year ago

Configuration File

MAIN

ReadSimulator

CommunityDesign

community0