diff nested_collection.py @ 2:b20ea66c01f0 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit 4ca7fcd1587c906db3314048a223d23b63b3f038
author galaxyp
date Fri, 10 Mar 2017 03:20:38 -0500
parents 23141085ca9e
children d4b3842dc781
line wrap: on
line diff
--- a/nested_collection.py	Sat Mar 04 20:35:44 2017 -0500
+++ b/nested_collection.py	Fri Mar 10 03:20:38 2017 -0500
@@ -44,7 +44,7 @@
     for batchcount, (pool_id, batch) in enumerate(get_batches_of_galaxyfiles(
             args.realnames, args.batchsize, args.poolids)):
         for fncount, batchfile in enumerate([args.galaxyfiles[index] for index in batch]):
-            dsetname = '{}___batch{}_inputfn{}.mzid'.format(pool_id, batchcount, fncount)
+            dsetname = '{}_batch{}___inputfn{}.mzid'.format(pool_id, batchcount, fncount)
             print('producing', dsetname)
             os.symlink(batchfile, dsetname)