-
Multiple sequence alignment (http://mafft.cbrc.jp/alignment/software/)
-
Phylogenetic Analysis & generate the phylogenetic tree (http://sco.h-its.org/exelixis/web/software/raxml/hands_on.html)
-
Write the tree in pdf (https://github.com/rambaut/figtree)
==Sequence header format==
Note: Replace illegal characters in headers to make them valid sequence header.
Illegal characters in headers are: tabulators, carriage returns, spaces, ":", ",", ")", "(", ";", "]", "[", "'"
hint: tr -d '[:,)(;[]]'''') ( tr deletes the specified characters above, including the single quote, from the input string)
aws batch submit-job \
--job-name nf-phylogenetic-tree \
--job-queue priority-maf-pipelines \
--job-definition nextflow-production \
--container-overrides command="FischbachLab/nf-phylogenetic-tree, \
"--project", "TEST", \
"--fasta", "s3://genomics-workflow-core/Results/phylogenetic_tree/inputs/3B.fasta", \
"--outdir", "s3://genomics-workflow-core/Results/phylogenetic_tree" "
s3://genomics-workflow-core/Results/phylogenetic_tree/TEST/pdf/
http://tree.bio.ed.ac.uk/software/figtree/
https://en.wikipedia.org/wiki/List_of_phylogenetic_tree_visualization_software