Last commit for core/motifs/TT_mRNA.id: c0a111ff6437bc4c80ef39674525713b7384fd65

renaming motifs templates to defns

Marcelo Ponce [2019-06-28 18:52:00]
renaming motifs templates to defns
#####################################################################
#####################################################################
## The following two sections:
##
##		"FILTERS AND DELIMITERS"
##
##	and
##
##		"SELECTIONS"
##
## should be determine depending on the particular organism, protein,
## genes (ie. target) and data layout of the specific file to be
## processed.
##
## Here we present the case for Tetrahymena Thermophila.
#####################################################################
#####################################################################


############  CASE FOR TETRAHYMENA THERMOPHILA  #####################
################# FILTERS AND DELIMITERS ############################
# filterS can be modified/added depending on the "TARGET" organism and 'protein'
filter1="mRNA"
filter2="Parent=gene"
# and one could keep addingg further 'filters' if needed...
# filter3='"hypothetical protein"'
# ...

# Eg.
# TARGET=$(grep $filter1 $FILE | grep $filter2)
#
# grep $filter1 $FILE | grep $filter2 | awk '{print $1":"$4"-"$5"  "$9}


# define some delimiters...
delim1="gene"
delim2=";Name"
delim3="Name="

######################################################################
#######################################################################
ViewGit