diff nested_collection.py @ 2:7a0951d0e13e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit 4ca7fcd1587c906db3314048a223d23b63b3f038
author galaxyp
date Fri, 10 Mar 2017 03:20:52 -0500
parents 86770eea5b09
children abed51712ed0
line wrap: on
line diff
--- a/nested_collection.py	Sat Mar 04 20:36:03 2017 -0500
+++ b/nested_collection.py	Fri Mar 10 03:20:52 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)