:78 Function create_function() is deprecated [8192]

adding one comment about filters...

Marcelo Ponce [2019-03-22 19:48:43]
adding one comment about filters...
Filename
core/table.sh
diff --git a/core/table.sh b/core/table.sh
index 66fe719..14e599e 100755
--- a/core/table.sh
+++ b/core/table.sh
@@ -3,7 +3,9 @@

 # command-line arguments
 FILE=$1
-#FILE=T_thermophila_June2014.gff3
+# eg. FILE=T_thermophila_June2014.gff3
+
+# filterS can be modified/added depending on the "TARGET" organism and 'protein'
 filter1=gene
 filter2="Name=TTHERM_"
 #filter3='"hypothetical protein"'
ViewGit