Mercurial > repos > galaxyp > percolator
diff nested_collection.py @ 3:abed51712ed0 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit b3873302e7bb7917a43b455875208e6e9fcf8f66
author | galaxyp |
---|---|
date | Sat, 08 Apr 2017 08:23:12 -0400 |
parents | 7a0951d0e13e |
children | 154147805a33 |
line wrap: on
line diff
--- a/nested_collection.py Fri Mar 10 03:20:52 2017 -0500 +++ b/nested_collection.py Sat Apr 08 08:23:12 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)