-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildFivProject.glue
32 lines (21 loc) · 985 Bytes
/
buildFivProject.glue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Feline lentivirus project extension
project lentivirus
# Create modules
run file glue/build/extension/feline/modulesFeline.glue
# Import sources
run file glue/build/extension/feline/sourcesFeline.glue
# Define extension references
run file glue/build/extension/feline/referencesFeline.glue
# Extract and import isolate data for extension sequences
run file glue/build/extension/feline/importIsolateDataFeline.glue
# Create the alignment tree for genotyping, rooted on feline viruses
run file glue/build/extension/feline/alignmentTreeFivGenotyping.glue
# Import unconstrained alignments
run file glue/build/extension/feline/importUnconstrainedAlignments.glue
# Derive constrained alignments from unconstrained
run file glue/build/extension/feline/deriveConstrainedAlignments.glue
# Import reference phylogeny
run file glue/build/extension/feline/importGenotypingPhylogenyFeline.glue
# Validate
validate
exit