# HG changeset patch # User iuc # Date 1631434393 0 # Node ID d8b1027d6ce082fd6daaedfb09d458080b3de7eb # Parent 94fe43e75ddc6d2623b55c3f36658b5954f4b870 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit 7823462e83ff5efbcfd3161f7d471fd07da51611" diff -r 94fe43e75ddc -r d8b1027d6ce0 bandage_image.xml --- a/bandage_image.xml Tue Jan 19 10:06:26 2021 +0000 +++ b/bandage_image.xml Sun Sep 12 08:13:13 2021 +0000 @@ -1,5 +1,6 @@ visualize de novo assembly graphs + macros.xml diff -r 94fe43e75ddc -r d8b1027d6ce0 bandage_info.xml --- a/bandage_info.xml Tue Jan 19 10:06:26 2021 +0000 +++ b/bandage_info.xml Sun Sep 12 08:13:13 2021 +0000 @@ -1,5 +1,6 @@ - + determine statistics of de novo assembly graphs + macros.xml @@ -12,26 +13,27 @@ info '$input_file' $tsv - > out.txt + | sed 's/:\s\+/:\t/g' + > out.tab ]]> - + - + - + - diff -r 94fe43e75ddc -r d8b1027d6ce0 macros.xml --- a/macros.xml Tue Jan 19 10:06:26 2021 +0000 +++ b/macros.xml Sun Sep 12 08:13:13 2021 +0000 @@ -8,8 +8,12 @@ @HEADLESS@ Bandage --version - - + + + bandage + + + **Bandage Overview** diff -r 94fe43e75ddc -r d8b1027d6ce0 test-data/out.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/out.tab Sun Sep 12 08:13:13 2021 +0000 @@ -0,0 +1,2 @@ +455 1061 3348 4532 2238438 268863 12 1.31868% 7 1960789 277649 4421 736 4290 4404 4460 147170 1 +297647 diff -r 94fe43e75ddc -r d8b1027d6ce0 test-data/out.txt --- a/test-data/out.txt Tue Jan 19 10:06:26 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -455 1061 3348 4532 2238438 268863 12 1.31868% 7 1960789 277649 4421 736 4290 4404 4460 147170 1 -297647 diff -r 94fe43e75ddc -r d8b1027d6ce0 test-data/out_standard.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/out_standard.tab Sun Sep 12 08:13:13 2021 +0000 @@ -0,0 +1,19 @@ +Node count: 455 +Edge count: 1061 +Smallest edge overlap (bp): 3348 +Largest edge overlap (bp): 4532 +Total length (bp): 2238438 +Total length no overlaps (bp): 268863 +Dead ends: 12 +Percentage dead ends: 1.31868% +Connected components: 7 +Largest component (bp): 1960789 +Total length orphaned nodes (bp): 1960789 +N50 (bp): 4421 +Shortest node (bp): 736 +Lower quartile node (bp): 4290 +Median node (bp): 4404 +Upper quartile node (bp): 4460 +Longest node (bp): 147170 +Median depth: 1 +Estimated sequence length (bp): 297647 diff -r 94fe43e75ddc -r d8b1027d6ce0 test-data/out_standard.txt --- a/test-data/out_standard.txt Tue Jan 19 10:06:26 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -Node count: 455 -Edge count: 1061 -Smallest edge overlap (bp): 3348 -Largest edge overlap (bp): 4532 -Total length (bp): 2238438 -Total length no overlaps (bp): 268863 -Dead ends: 12 -Percentage dead ends: 1.31868% -Connected components: 7 -Largest component (bp): 1960789 -Total length orphaned nodes (bp): 1960789 -N50 (bp): 4421 -Shortest node (bp): 736 -Lower quartile node (bp): 4290 -Median node (bp): 4404 -Upper quartile node (bp): 4460 -Longest node (bp): 147170 -Median depth: 1 -Estimated sequence length (bp): 297647