Skip to content

Commit 4503b81

Browse files
authored
Update pathway_pipeline.py
1 parent 855a488 commit 4503b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/pathway_pipeline.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
parser.add_argument('-o', '--out_dir', metavar='DIRECTORY', required=True,
5858
type=str, help='Output folder for pathway abundance output.')
5959

60-
parser.add_argument('-db', '--database',type=str, default = 'MPGA',
60+
parser.add_argument('-db', '--database',type=str, default = 'RV',
6161
help='Database that is being used for the pathway calculations. Set this to oldIMG if you want to run this script with the old IMG database.')
6262

6363
parser.add_argument('-m', '--map', metavar='MAP', type=str,
@@ -160,7 +160,7 @@ def main():
160160

161161
run_minpath_opt = not args.skip_minpath
162162

163-
if args.database != 'MPGA':
163+
if args.database != 'RV':
164164
if args.database == 'oldIMG':
165165
if args.verbose:
166166
print('-db is set to old so the old pathway files are being used.')

0 commit comments

Comments
 (0)