Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
moved files to args
authorpreecej <preecej@localhost>
Thu, 2 Jan 2014 23:48:39 +0000 (23:48 +0000)
committerpreecej <preecej@localhost>
Thu, 2 Jan 2014 23:48:39 +0000 (23:48 +0000)
svn path=/; revision=519

Personnel/preecej/perl_singletons/gramene/maizecyc_GRMZ_GBWI_swap.pl

index 2747acf9147699d4de81ef9877bedcad1d1e3dd8..a67ef3492ff0a5b28656af177c4535af1a0fb495 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 
 my $map_file = $ARGV[0]; #GBWI::GRMZ mapping file
 
-# cyc pathway dump file (generated w/ brie:/usr/local/gramene/gramene-lib/scripts/pathway/format-pathway-data.pl (see README for conventional usage))
+# cyc pathway dump file (generated w/ brie:/usr/local/gramene/gramene-lib/scripts/pathway/format-pathway-data.pl (see README for conventional usage))
 my $dump_file = $ARGV[1]; 
 my %map_hash;