ndreey / ghost-magnet

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

CAMISIM: Configurating config.init #21

Open ndreey opened 1 year ago

ndreey commented 1 year ago

Configuration File

MAIN

ReadSimulator

CommunityDesign

community0

ndreey commented 1 year ago

_Configuration file for March 13th_

NOTABLE CHANGES

[Main]
seed=13371337
phase=0
max_processors=4
dataset_id=P_mock
output_directory=data/CAMISIM_run/platanthera_mock/run
temp_directory=/tmp
gsa=True
pooled_gsa=False
anonymous=False
compress=1

[ReadSimulator]
readsim=PATH/bin/CAMISIM/tools/art_illumina-2.3.6/art_illumina
error_profiles=PATH/bin/CAMISIM/tools/art_illumina-2.3.6/profiles
samtools=PATH/bin/CAMISIM/tools/samtools-1.3/samtools
profile=hi150
size=5.0
type=art
fragments_size_mean=270
fragment_size_standard_deviation=27

[CommunityDesign]
distribution_file_paths=['data/CAMISIM_run/platanthera_mock/abundance/abundance0.tsv', 'data/CAMISIM_run/platanthera_mock/abundance/abundance1.tsv', 'data/CAMISIM_run/platanthera_mock/abundance/abundance2.tsv', 'data/CAMISIM_run/platanthera_mock/abundance/abundance3.tsv', 'data/CAMISIM_run/platanthera_mock/abundance/abundance4.tsv']

ncbi_taxdump=PATH/bin/CAMISIM/tools/ncbi-taxonomy_20170222.tar.gz
strain_simulation_template=PATH/bin/CAMISIM/scripts/StrainSimulationWrapper/sgEvolver/simulation_dir
number_of_samples=5

[community0]
metadata=data/CAMISIM_run/platanthera_mock/abundance/metadata.tsv
id_to_genome_file=data/CAMISIM_run/platanthera_mock/abundance/genome_to_id.tsv
id_to_gff_file=
genomes_total=894
genomes_real=894
max_strains_per_otu=3
ratio=1
mode=differential
log_mu=1
log_sigma=2
gauss_mu=1
gauss_sigma=1
view=False
ndreey commented 1 year ago

The config used to generate a subsample of the data locally on my laptop.

[Main]
seed=13371337
phase=2
max_processors=6
dataset_id=orchid_mock
output_directory=platanthera_mock/01_output
temp_directory=/tmp
gsa=True
pooled_gsa=True
anonymous=False
compress=1

[ReadSimulator]
readsim=/mnt/c/Users/andbo/thesis_andbo/CAMISIM/tools/art_illumina-2.3.6/art_illumina
error_profiles=/mnt/c/Users/andbo/thesis_andbo/CAMISIM/tools/art_illumina-2.3.6/profiles
samtools=/mnt/c/Users/andbo/thesis_andbo/CAMISIM/tools/samtools-1.3/samtools
profile=hi150
base_profile_name=
profile_read_length=
size=2.5
type=art
fragments_size_mean=270
fragment_size_standard_deviation=27

[CommunityDesign]
distribution_file_paths=platanthera_mock/01_abundance/0_hc_abundance.tsv,platanthera_mock/01_abundance/0.5_hc_abundance.tsv,platanthera_mock/01_abundance/0.8_hc_abundance.tsv,platanthera_mock/01_abundance/0.95_hc_abundance.tsv,platanthera_mock/01_abundance/0.98_hc_abundance.tsv
ncbi_taxdump=/mnt/c/Users/andbo/thesis_andbo/CAMISIM/tools/ncbi-taxonomy_20170222.tar.gz
strain_simulation_template=/mnt/c/Users/andbo/thesis_andbo/CAMISIM/scripts/StrainSimulationWrapper/sgEvolver/simulation_dir
number_of_samples=5

[community0]
metadata=platanthera_mock/01_simulation/metadata.tsv
id_to_genome_file=platanthera_mock/01_simulation/01genome_to_id.tsv
id_to_gff_file=
genomes_total=100
num_real_genomes=100
max_strains_per_otu=2
ratio=1
mode=differential
log_mu=1
log_sigma=2
gauss_mu=1
gauss_sigma=1
view=False