diff nested_collection.py @ 3:d4b3842dc781 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit b3873302e7bb7917a43b455875208e6e9fcf8f66
author galaxyp
date Sat, 08 Apr 2017 08:22:40 -0400
parents b20ea66c01f0
children 022f2c8d3274
line wrap: on
line diff
--- a/nested_collection.py	Fri Mar 10 03:20:38 2017 -0500
+++ b/nested_collection.py	Sat Apr 08 08:22:40 2017 -0400
@@ -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{}.data'.format(pool_id, batchcount, fncount)
             print('producing', dsetname)
             os.symlink(batchfile, dsetname)