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
grenouille_rousse
mitochondrion
Commits
fe8ada7c
Commit
fe8ada7c
authored
May 03, 2021
by
peguerin
Browse files
Update download_sequences.sh
parent
69b6d728
Changes
1
Show whitespace changes
Inline
Side-by-side
download_sequences.sh
View file @
fe8ada7c
##
wget https://sra-download.ncbi.nlm.nih.gov/traces/wgs01/wgs_aux/VI/AC/VIAC01/VIAC01.
*
.fsa_nt.gz
##download illumina read sequences from genome assembly UCB_Rtem_1.0 accession GCA_009802015.1
for
i
in
`
seq
1 9
`
;
do
wget https://sra-download.ncbi.nlm.nih.gov/traces/wgs01/wgs_aux/VI/AC/VIAC01/VIAC01.
"
${
i
}
"
.fsa_nt.gz
;
done
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