[hg] galaxy 2592: Change dbkey of unmapped liftover dataset to t...
details: http://www.bx.psu.edu/hg/galaxy/rev/2c1916d89194 changeset: 2592:2c1916d89194 user: guru date: Fri Aug 21 11:40:51 2009 -0400 description: Change dbkey of unmapped liftover dataset to the input dataset's dbkey. 1 file(s) affected in this change: tools/extract/liftOver_wrapper_code.py diffs (11 lines): diff -r 0fb05cc2b05f -r 2c1916d89194 tools/extract/liftOver_wrapper_code.py --- a/tools/extract/liftOver_wrapper_code.py Fri Aug 21 09:56:35 2009 -0400 +++ b/tools/extract/liftOver_wrapper_code.py Fri Aug 21 11:40:51 2009 -0400 @@ -3,7 +3,6 @@ to_dbkey = param_dict['to_dbkey'].split('.')[0].split('To')[1] to_dbkey = to_dbkey[0].lower()+to_dbkey[1:] out_data['out_file1'].set_dbkey(to_dbkey) - out_data['out_file2'].set_dbkey(to_dbkey) out_data['out_file1'].name = out_data['out_file1'].name + " [ MAPPED COORDINATES ]" out_data['out_file2'].name = out_data['out_file2'].name + " [ UNMAPPED COORDINATES ]"
participants (1)
-
Greg Von Kuster