# HG changeset patch
# User iuc
# Date 1572354807 14400
# Node ID adfe9fda2c5f8eb1bcbc525520f6d6c4cf7e06f9
# Parent  16beb83e370cf1b3575edf51645b5369087545da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 08beeabf7a8e91d0e95f5cdb71249dd6efe2bd46"

diff -r 16beb83e370c -r adfe9fda2c5f test-data/features.gtf
--- a/test-data/features.gtf	Thu Oct 10 17:40:15 2019 -0400
+++ b/test-data/features.gtf	Tue Oct 29 09:13:27 2019 -0400
@@ -1,3 +1,4 @@
+#comment lines (like this one) break qualimap's regions file autodetection
 test_chromosome	test	gene	1	300	.	+	.	gene_id "GENE1"; gene_name "GENE1"; transcript_id "GENE1_t1";
 test_chromosome	test	transcript	1	300	.	+	.	gene_id "GENE1"; gene_name "GENE1"; transcript_id "GENE1_t1";
 test_chromosome	test	exon	1	300	.	+	.	gene_id "GENE1"; transcript_id "GENE1_t1"; exon_number "1"; gene_name "GENE1";