Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
wip: generate_reactome_files option
authorpreecej <preecej@localhost>
Fri, 28 Mar 2014 00:48:01 +0000 (00:48 +0000)
committerpreecej <preecej@localhost>
Fri, 28 Mar 2014 00:48:01 +0000 (00:48 +0000)
svn path=/; revision=563

Personnel/preecej/python_singletons/incomparanoid.py

index a2988049b6e4c2d0a91bc1523b682bcba1d302bf..15aca2205f320d2af78e1d580ddbe6efd46bc7b6 100755 (executable)
@@ -295,6 +295,7 @@ parser.add_argument('-p', '--projection_prefix', help='add a platform-specific p
 parser.add_argument('-c', '--comparison_file_path', help='output file containing statistical comparisons')
 parser.add_argument('-E', '--ensembl_output_path', help='output file containing flat (1-to-many) ensemble ortho pairs')
 parser.add_argument('-I', '--inparanoid_output_path', help='output file containing flat (1-to-many) inparanoid ortho pairs')
+parser.add_argument('-g', '--generate_reactome_files', help='produce ortho_pair files required by Reactome projection inference script', action="store_true")
 
 args = parser.parse_args()
 #print args