Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
seaconnect
ddocent_radseq
Commits
667c4ebf
Commit
667c4ebf
authored
Aug 13, 2019
by
peguerin
Browse files
readme update
parent
b1f4d01c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
667c4ebf
...
...
@@ -186,6 +186,7 @@ FreeBayes is a Bayesian genetic variant detector designed to detect SNPs, INDels
```
## global variable
SPECIES=mullus
CONTAINER=/entrepot/working/seaconnect/seaConnect--dDocent/seaconnect.simg
DDOCENT_CONFIG=/entrepot/working/seaconnect/seaConnect--dDocent/01-infos/ddocent_config.file
## run dDocent
...
...
@@ -198,4 +199,17 @@ This command run dDocent workflow. It generates genotypes for each `{sample}` fo
## Generate final VCF
Genotypes are stored as
`VCF`
files. We keep only SNPs (Single Nucleotide Polymorphism) variants.
\ No newline at end of file
Genotypes are stored as
`VCF`
files. We keep only SNPs (Single Nucleotide Polymorphism) variants.
```
## global variable
SPECIES=mullus
CONTAINER=/entrepot/working/seaconnect/seaConnect--dDocent/seaconnect.simg
## filter VCF remove INDELs
singularity exec "${CONTAINER}" vcftools --vcf 04-ddocent/"${SPECIES}"/TotalRawSNPs.vcf --remove-indels --recode --recode-INFO-all --out 05-vcf/"${SPECIES}"
```
# SOURCE CODE
*
All the commands to run the workflow are available as a bash script
[
main.sh
](
main.sh
)
.
*
You can also run the whole workflow step by step using scripts collection
[
00-scripts
](
00-scripts.
)
\ No newline at end of file
Write
Preview
Supports
Markdown
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