# HG changeset patch # User jowong # Date 1542129593 18000 # Node ID 63f3743c2ae4736aad57479a6af999d0e5d7f253 # Parent 0032da940600bd7db97e87481533a54a97ef82ad planemo upload diff -r 0032da940600 -r 63f3743c2ae4 filler.py --- a/filler.py Mon Oct 29 08:30:06 2018 -0400 +++ b/filler.py Tue Nov 13 12:19:53 2018 -0500 @@ -7,7 +7,7 @@ description="produce filler collection to deal with galaxy handling") input = parser.add_argument_group('Input', '') -input.add_argument('-i', '--input', nargs=1, required=True, help="Paths to forward reads") +input.add_argument('-i', '--input', nargs=1, required=True, help="Paths to (forward) reads") input.add_argument('-o', '--output', nargs=1, required=True, help="output") if len(sys.argv) == 0: diff -r 0032da940600 -r 63f3743c2ae4 filler.xml --- a/filler.xml Mon Oct 29 08:30:06 2018 -0400 +++ b/filler.xml Tue Nov 13 12:19:53 2018 -0500 @@ -1,12 +1,12 @@ - + Filler Function to deal with paired collection + Calculates CNV of genomic data based on template - prince + prince Postprocess PRINCE galaxy output