-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimple_Variants_List
More file actions
12 lines (11 loc) · 1.37 KB
/
Simple_Variants_List
File metadata and controls
12 lines (11 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
#Use on a metadata.tsv file from "Input for Augur Pipeline" from GISAID
#There are empty columns for adding LIMS IDs and WHO designations
#Copy-paste this data into all_variants_DC_[date].xlsx; it should go at the top of the page, in order of most recent submission date to oldest submission date; highlight the newly added items and get rid of highlighting on any old items
#If there are any CDC-2 items with "not yet available" as the LIMS ID, check if the LIMS ID is now available (in CDC NS3 website)
#Also make a spreadsheet with a breakdown of variant statistics (Stats_all_variants_DC_[date].xlsx); I just take the lineage column from all_variants_DC_[date].xlsx and sort alphabetically, then count each variant. Stats spreadsheet is in the format "VOC/VOI/VBM: 506 Delta: 17 Omicron: 489 non-VOC/VOI/VBM: 5 B.1.1.109: 1 None: 4"
#Send all_variants_DC_[date].xlsx and Stats_all_variants_DC_[date].xlsx to Channyn and Kristine by noon on Mondays
#Copy-paste only the PHL and CDC-2 data into all_variants_PHLonly_[date].xlsx; delete old data; nothing needs to be highlighted
#Send all_variants_PHLonly_[date].xlsx to Tanisha; include that this is the metadata request for Sharmila Chatterjee and Chithenga Sithembile
#Put the columns in a particular order
awk -F"\t" '{print $27, "\t", "\t", $1, "\t", $5, "\t", $19, "\t", "\t", $21, "\t", $22}' *metadata.tsv > VOCs.tsv