Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
seaconnect
ddocent_radseq
Commits
b1f4d01c
Commit
b1f4d01c
authored
Aug 13, 2019
by
peguerin
Browse files
set global variable
parent
8ae77263
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.sh
View file @
b1f4d01c
#########################################################################
### set global variables
## species to process
#SPECIES=$1
SPECIES
=
mullus
#SPECIES=diplodus
## dDocent
CONTAINER
=
/entrepot/working/seaconnect/seaConnect--dDocent/seaconnect.simg
DDOCENT_CONFIG
=
/entrepot/working/seaconnect/seaConnect--dDocent/01-infos/ddocent_config.file
CONTAINER
=
/media/bigvol/eboulanger/seaconnect/seaconnect.simg
DDOCENT_CONFIG
=
/media/bigvol/eboulanger/seaconnect/01-infos/ddocent_config.file
#########################################################################
### RUN THE WORKFLOW
### create barcode files
bash 00-scripts barcodes.sh
"
${
SPECIES
}
"
...
...
@@ -25,16 +34,7 @@ bash 00-script/demort.sh "${SPECIES}"
bash 00-scripts/rename.sh
"
${
SPECIES
}
"
01-infos/
"
${
SPECIES
}
"
_sample_information.tsv 98-metrics/
"
${
SPECIES
}
"
_samples_blacklist.txt
## dDocent
CONTAINER
=
/entrepot/working/seaconnect/seaConnect--dDocent/seaconnect.simg
DDOCENT_CONFIG
=
/entrepot/working/seaconnect/seaConnect--dDocent/01-infos/ddocent_config.file
CONTAINER
=
/media/bigvol/eboulanger/seaconnect/seaconnect.simg
DDOCENT_CONFIG
=
/media/bigvol/eboulanger/seaconnect/01-infos/ddocent_config.file
#### add a reference
#### add a reference genome fasta file to ddocent folder
ln
-s
/entrepot/donnees/genomes/
"
${
SPECIES
}
"
_genome.fasta 04-ddocent/
"
${
SPECIES
}
"
/reference.fasta
#### run the workflow "dDocent"
bash 00-scripts/ddocent.sh
"
${
SPECIES
}
"
"
${
CONTAINER
}
"
"
${
DDOCENT_CONFIG
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment