You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
while read md5id #save metagenome IDs and md5 ids in separate file
do
cut -f 2 > "$mgm"_md5id_list.txt
echo
done < "$mgm"_650.txt
done
# to find the file types that are downloadable from MG-RAST, go here https://help.mg-rast.org/user_manual.html
# specifically the section "The downloadable files for each data set"
# 650 file : Packaged results of the blat search against all the protein databases with MD5 value of the database sequence hit followed by sequence or cluster ID, similarity information, functional annotation, organism, database name.
# 650.superblat.expand.protein file contains the following: md5 (id for database hit), feature ID for singletons or clsuter ID for query, alignment % identity, alignment length, E-value, protien function label, and species name associated with best protein hit
## Multiple types of 650 files
## For more assistance, visit this link https://angus.readthedocs.io/en/2014/howe-mgrast.html