Permalink
Browse files

newest version

  • Loading branch information...
1 parent 72fe82c commit 2c90b077beec6fce15bcc13d530f0e838a19691a @fauziharoon committed Apr 17, 2014
Showing with 12 additions and 10 deletions.
  1. +5 −4 annotateM
  2. +7 −6 post_annotateM
View
@@ -9,10 +9,11 @@
#
# Suggested workflow:
# 1) run your genome nucleotide fasta file through annotateM
-# 2) generate a tab-delimited file
-# 3) open the file in ms excel or oo calc
-# 4) manually curate the annotations based on evalues/scores/desc etc
-# 5) metabolic reconstruction of organism
+# 2) then run post_annotateM to include the contig id,orf_start and end
+# 3) generate a tab-delimited file
+# 4) open the file in ms excel or oo calc
+# 5) manually curate the annotations based on evalues/scores/desc etc
+# 6) metabolic reconstruction of organism
#
# Copyright (C) Mohamed Fauzi Haroon
# Special appearance from Adam Skarshewski
View
@@ -9,10 +9,11 @@
#
# Suggested workflow:
# 1) run your genome nucleotide fasta file through annotateM
-# 2) generate a tab-delimited file
-# 3) open the file in ms excel or oo calc
-# 4) manually curate the annotations based on evalues/scores/desc etc
-# 5) metabolic reconstruction of organism
+# 2) then run post_annotateM to include the contig id,orf_start and end
+# 3) generate a tab-delimited file
+# 4) open the file in ms excel or oo calc
+# 5) manually curate the annotations based on evalues/scores/desc etc
+# 6) metabolic reconstruction of organism
#
# Copyright (C) Mohamed Fauzi Haroon
# Special appearance from Adam Skarshewski
@@ -359,7 +360,7 @@ __DATA__
=head1 NAME
- annotateM
+ post_annotateM
=head1 COPYRIGHT
@@ -385,7 +386,7 @@ __DATA__
=head1 SYNOPSIS
- annotateM -i [finaloutputfromannotatem] -l [locustag] -g [gff]
+ post_annotateM -i [finaloutputfromannotatem] -l [locustag] -g [gff]
-i final_output.txt final_output.txt file generated from annotateM
-l locustag Name of locus tag

0 comments on commit 2c90b07

Please sign in to comment.