ce76a7bd0cd856b6cc1aa35360849af7fe224c45 angie Tue Dec 1 10:14:32 2020 -0800 Another link & wording tweak suggested by David. Also update Nextstrain drag-and-drop link to new location. diff --git src/hg/hgPhyloPlace/phyloPlace.h src/hg/hgPhyloPlace/phyloPlace.h index 7759b95..3a9ba84 100644 --- src/hg/hgPhyloPlace/phyloPlace.h +++ src/hg/hgPhyloPlace/phyloPlace.h @@ -1,30 +1,32 @@ /* Place SARS-CoV-2 sequences in phylogenetic tree using add_missing_samples program. */ #ifndef _PHYLO_PLACE_H_ #define _PHYLO_PLACE_H_ #include "common.h" #include "dnaseq.h" #include "hash.h" #include "linefile.h" #include "parsimonyProto.h" #include "phyloTree.h" #include "trashDir.h" #define PHYLOPLACE_DATA_DIR "hgPhyloPlaceData" +#define NEXTSTRAIN_DRAG_DROP_DOC "https://docs.nextstrain.org/projects/auspice/en/latest/advanced-functionality/drag-drop-csv-tsv.html" + struct seqInfo /* User sequences, alignments and statistics */ { struct seqInfo *next; struct dnaSeq *seq; struct psl *psl; struct singleNucChange *sncList; struct singleNucChange *maskedSncList; struct slRef *maskedReasonsList; uint nCountStart; uint nCountMiddle; uint nCountEnd; uint ambigCount; };