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
bash_vsearch_ecotag
Commits
3b8e72cb
Commit
3b8e72cb
authored
Jan 25, 2019
by
peguerin
Browse files
correct path
parent
822454f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.sh
View file @
3b8e72cb
...
...
@@ -54,12 +54,12 @@ obitab -o $all_sample_sequences_sort > final/all.csv
## Assign each sequence to a taxon according to alternative SPYGEN fasta sequences
spygen_bdr_fasta
=
"/donnees/rhone_all/teleo_V1_0_VM.fasta"
all_sample_sequences_tag
-
spygen
=
"
${
dereplicated_all
/.fasta/.tag
-
spygen.fasta
}
"
ecotag
-d
"
$REF_DATABASE
"
/
"
${
base_pref
}
"
-R
"
$spygen_bdr_fasta
"
$dereplicated_all
>
$all_sample_sequences_tag
-
spygen
spygen_bdr_fasta
=
"/
media/superdisk/edna/
donnees/rhone_all/teleo_V1_0_VM.fasta"
all_sample_sequences_tag
_
spygen
=
"
${
dereplicated_all
/.fasta/.tag
_
spygen.fasta
}
"
ecotag
-d
"
$REF_DATABASE
"
/
"
${
base_pref
}
"
-R
"
$spygen_bdr_fasta
"
$dereplicated_all
>
$all_sample_sequences_tag
_
spygen
##The sequences can be sorted by decreasing order of count
all_sample_sequences_sort
=
"
${
all_sample_sequences_tag
-
spygen/.fasta/.sort.fasta
}
"
all_sample_sequences_sort
=
"
${
all_sample_sequences_tag
_
spygen
/.fasta/.sort.fasta
}
"
obisort
-k
count
-r
$all_sample_sequences_tag
>
$all_sample_sequences_sort
##generate a table final results
obitab
-o
$all_sample_sequences_sort
>
final/all
-
spygen.csv
obitab
-o
$all_sample_sequences_sort
>
final/all
_
spygen.csv
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