Skip to content
Snippets Groups Projects
Commit cd590127 authored by nicolas.fernandez_ird.fr's avatar nicolas.fernandez_ird.fr :shinto_shrine:
Browse files

Release v.2023.06

parent 2fe22b74
No related branches found
No related tags found
No related merge requests found
...@@ -535,9 +535,9 @@ ${green}#####${nc} ${red}CLEAN & SAVE${nc} ${green}#####${nc} ...@@ -535,9 +535,9 @@ ${green}#####${nc} ${red}CLEAN & SAVE${nc} ${green}#####${nc}
${green}------------------------${nc} ${green}------------------------${nc}
" "
# Save and Deactive Snakemake-Base environment # Save and deactive environments
cp ${workdir}/workflow/environments/${os}/gevarli-tools_v.*.yaml ${workdir}/results/10_Reports/ mkdir -p ${workdir}/results/10_Reports/conda_env/ 2> /dev/null
cp ${workdir}/workflow/environments/${os}/snakemake-base_v.*.yaml ${workdir}/results/10_Reports/ cp ${workdir}/workflow/environments/${os}/*.yaml ${workdir}/results/10_Reports/conda_env/
conda deactivate conda deactivate
# Cleanup # Cleanup
......
...@@ -102,11 +102,11 @@ fastq_screen: ...@@ -102,11 +102,11 @@ fastq_screen:
subset: '10000' # Don't use whole sequences, but a subset reads (default: "10000") [INT] (0=all) subset: '10000' # Don't use whole sequences, but a subset reads (default: "10000") [INT] (0=all)
############################################################################### ###############################################################################
### MULTIQC ### ### MULTIQC ### (soon)
############### ###############
multiqc: #multiqc:
config: 'configuration/multiqc/default.yaml' # Path to the multiqc configuration file # config: 'configuration/multiqc/default.yaml' # Path to the multiqc configuration file
tag: '' # Use only modules which tagged with this keyword # tag: '' # Use only modules which tagged with this keyword
############################################################################### ###############################################################################
### CUTADAPT ### ### CUTADAPT ###
...@@ -160,15 +160,15 @@ bowtie2: ...@@ -160,15 +160,15 @@ bowtie2:
#- '--large-index' # Force generated index to be "large", even if reference has fewer than 4 billion nucleotides #- '--large-index' # Force generated index to be "large", even if reference has fewer than 4 billion nucleotides
############################################################################### ###############################################################################
### GISAID ### ### GISAID ### (soon)
############## ##############
gisaid: #gisaid:
username: 'username' # username: 'username'
threshold: '30' # threshold: '30'
name: 'hCoV-19' # name: 'hCoV-19'
country: 'France' # country: 'France'
identifier: '' # identifier: ''
year: '2022' # year: '2022'
############################################################################### ###############################################################################
### ENVIRONNEMENTS ### ### ENVIRONNEMENTS ###
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
### ### ### ###
###I###R###D######U###2###3###3#######T###R###A###N###S###V###I###H###M###I#### ###I###R###D######U###2###3###3#######T###R###A###N###S###V###I###H###M###I####
# Name ___________________ gevarli.smk # Name ___________________ gevarli.smk
# Version ________________ v.2023.06
# Author _________________ Nicolas Fernandez # Author _________________ Nicolas Fernandez
# Affiliation ____________ IRD_U233_TransVIHMI # Affiliation ____________ IRD_U233_TransVIHMI
# Aim ____________________ Snakefile with GeVarLi rules # Aim ____________________ Snakefile with GeVarLi rules
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
### ### ### ###
###I###R###D######U###2###3###3#######T###R###A###N###S###V###I###H###M###I#### ###I###R###D######U###2###3###3#######T###R###A###N###S###V###I###H###M###I####
# Name ___________________ indexing_genomes.smk # Name ___________________ indexing_genomes.smk
# Version ________________ v.2023.06
# Author _________________ Nicolas Fernandez # Author _________________ Nicolas Fernandez
# Affiliation ____________ IRD_U233_TransVIHMI # Affiliation ____________ IRD_U233_TransVIHMI
# Aim ____________________ Snakefile with indexing genomes rules # Aim ____________________ Snakefile with indexing genomes rules
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
### ### ### ###
###I###R###D######U###2###3###3#######T###R###A###N###S###V###I###H###M###I#### ###I###R###D######U###2###3###3#######T###R###A###N###S###V###I###H###M###I####
# Name ___________________ quality_control.smk # Name ___________________ quality_control.smk
# Version ________________ v.2023.06
# Author _________________ Nicolas Fernandez # Author _________________ Nicolas Fernandez
# Affiliation ____________ IRD_U233_TransVIHMI # Affiliation ____________ IRD_U233_TransVIHMI
# Aim ____________________ Snakefile with quality control rules # Aim ____________________ Snakefile with quality control rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment