# HG changeset patch # User iuc # Date 1623674610 0 # Node ID b76ebe7a174681b5e5bdd115f608317c03ec22f4 # Parent 7c4605199dfd54a0d1791f7ac0cd5e02bdc660d4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit f1c6f4fe1e572ace84cf9106bc253603f55aac55" diff -r 7c4605199dfd -r b76ebe7a1746 formatoutput.py --- a/formatoutput.py Mon May 17 20:04:57 2021 +0000 +++ b/formatoutput.py Mon Jun 14 12:43:30 2021 +0000 @@ -57,7 +57,9 @@ # skip headers if line.startswith("#"): continue - + # skip UNKNOWN lines in Predicted taxon relative abundances + if "UNKNOWN" in line: + continue # spit lines split_line = line[:-1].split('\t') taxo_n = split_line[0].split('|') diff -r 7c4605199dfd -r b76ebe7a1746 macros.xml --- a/macros.xml Mon May 17 20:04:57 2021 +0000 +++ b/macros.xml Mon Jun 14 12:43:30 2021 +0000 @@ -1,6 +1,6 @@ - 3.0.8 + 3.0.9 0 20.01 @@ -21,7 +21,7 @@ - 1101/2020.11.19.388223 + 10.7554/eLife.65088 diff -r 7c4605199dfd -r b76ebe7a1746 test-data/no_taxon_input.fasta --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/no_taxon_input.fasta Mon Jun 14 12:43:30 2021 +0000 @@ -0,0 +1,4 @@ +> seq1 +ATTAGGGATTTTAGGGGGGGAGATTTAGAGAGAGAGAGAGAGAAGAAGAGAAGAAGAAGAAGAAAAAGGGGGAAGAGAGA +> seq2 +ATTAGGGATTTTAGGGGGGGAGATTTAGAGAGAGAGAGAGAGAAGAAGAGAAGAAGAAGAAGAAAAAGGGGGAAGAGAGA