# HG changeset patch # User iuc # Date 1631434362 0 # Node ID 750d0ad96d773642bcf8a684f56b6b0cd3df6b89 # Parent 0d1b07907bb1df3db0af7415dea4c0bbb539696f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit 7823462e83ff5efbcfd3161f7d471fd07da51611" diff -r 0d1b07907bb1 -r 750d0ad96d77 bandage_info.xml --- a/bandage_info.xml Mon Aug 30 21:45:02 2021 +0000 +++ b/bandage_info.xml Sun Sep 12 08:12:42 2021 +0000 @@ -1,4 +1,4 @@ - + determine statistics of de novo assembly graphs @@ -13,26 +13,27 @@ info '$input_file' $tsv - > out.txt + | sed 's/:\s\+/:\t/g' + > out.tab ]]> - + - + - + - diff -r 0d1b07907bb1 -r 750d0ad96d77 test-data/out.tab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/out.tab Sun Sep 12 08:12:42 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 0d1b07907bb1 -r 750d0ad96d77 test-data/out.txt --- a/test-data/out.txt Mon Aug 30 21:45:02 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 0d1b07907bb1 -r 750d0ad96d77 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:12:42 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 0d1b07907bb1 -r 750d0ad96d77 test-data/out_standard.txt --- a/test-data/out_standard.txt Mon Aug 30 21:45:02 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