/data/shared/glygen/downloads/sandbox/02_06_2022/README.txt # retrieve enzyme file from UGA Sandbox (Dr. Will York) $ wget https://glygen.ccrc.uga.edu/sandbox/api/glygenData.php # save as glycotree_annotated_glycans.tsv, preserve original file $ cat glygenData.php > glycotree_annotated_glycans.tsv ----------- # download accessions file from forked glycoTree repository $ wget https://raw.githubusercontent.com/kmartinez834/glycoTree/master/accessions.lst # save as sandbox_accessions.csv, preserve original file $ cat accessions.lst > sandbox_accessions.csv # add header "glytoucan_ac" $ sed -i '1i\glytoucan_ac' sandbox_accessions.csv