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
edna
reference_database
Commits
fea44e90
Commit
fea44e90
authored
May 05, 2021
by
vmarques
Browse files
Update build_bdr.sh for latest snapshot of EMBL
parent
e86e67df
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_bdr.sh
View file @
fea44e90
...
@@ -38,7 +38,7 @@ source ./config.sh
...
@@ -38,7 +38,7 @@ source ./config.sh
## download the sequences
## download the sequences
mkdir
EMBL
mkdir
EMBL
cd
EMBL
cd
EMBL
wget
ftp://
ftp.ebi.ac.uk/pub/databases/ena/sequence/
release
/std/
*
wget ftp.ebi.ac.uk/pub/databases/ena/sequence/
snapshot_latest
/std/
*
gzip
-d
*
gzip
-d
*
cd
..
cd
..
## download taxonomy
## download taxonomy
...
@@ -59,7 +59,7 @@ else
...
@@ -59,7 +59,7 @@ else
fi
fi
## format the data
## format the data
obiconvert
--skip-on-error
--embl
-t
./TAXO
--ecopcrdb-output
=
"
${
rd_prefix
}
"
EMBL/
rel_std_
*
.dat
obiconvert
--skip-on-error
--embl
-t
./TAXO
--ecopcrdb-output
=
"
${
rd_prefix
}
"
EMBL/
*
.dat
## ecoPCR to simulate an in silico PCR
## ecoPCR to simulate an in silico PCR
#### 50 :: change to 20 : lost of lamproie
#### 50 :: change to 20 : lost of lamproie
ecoPCR
-d
"
${
rd_prefix
}
"
-e
"
${
ecoPCR_e
}
"
-l
"
${
ecoPCR_l
}
"
-L
"
${
ecoPCR_L
}
"
"
${
primer5
}
"
"
${
primer3
}
"
>
v_
"
${
rd_prefix
}
"
.ecopcr
ecoPCR
-d
"
${
rd_prefix
}
"
-e
"
${
ecoPCR_e
}
"
-l
"
${
ecoPCR_l
}
"
-L
"
${
ecoPCR_L
}
"
"
${
primer5
}
"
"
${
primer3
}
"
>
v_
"
${
rd_prefix
}
"
.ecopcr
...
...
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