# HG changeset patch # User galaxyp # Date 1491654192 14400 # Node ID abed51712ed0a889f72a2589f76ae70a1fdaa49c # Parent 7a0951d0e13e7924418e357315cc6650abc2e20d planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit b3873302e7bb7917a43b455875208e6e9fcf8f66 diff -r 7a0951d0e13e -r abed51712ed0 nested_collection.py --- 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) diff -r 7a0951d0e13e -r abed51712ed0 nested_collection.xml --- a/nested_collection.xml Fri Mar 10 03:20:52 2017 -0500 +++ b/nested_collection.xml Sat Apr 08 08:23:12 2017 -0400 @@ -1,4 +1,4 @@ - + based on filenames and batch sizes @@ -24,6 +24,11 @@ + + + + + @@ -31,13 +36,23 @@ - - + + filetype == "mzid" + + + + filetype == "percout" + + + + filetype == "tabular" + + @@ -46,14 +61,14 @@ - + - - + + - - + + @@ -64,6 +79,7 @@ + @@ -74,16 +90,16 @@ - + - - - + + + - - - + + + @@ -95,6 +111,7 @@ + @@ -105,20 +122,20 @@ - + - - + + - + - - + + - +