# HG changeset patch # User galaxyp # Date 1491654160 14400 # Node ID d4b3842dc781460e56c6d55a5a1dc51c867e6e6b # Parent b20ea66c01f0061010375ddcbc06604b20b7595a planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/percolator commit b3873302e7bb7917a43b455875208e6e9fcf8f66 diff -r b20ea66c01f0 -r d4b3842dc781 nested_collection.py --- 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) diff -r b20ea66c01f0 -r d4b3842dc781 nested_collection.xml --- a/nested_collection.xml Fri Mar 10 03:20:38 2017 -0500 +++ b/nested_collection.xml Sat Apr 08 08:22:40 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 @@ - + - - + + - + - - + + - +