Mercurial > repos > iuc > brew3r_r
diff test-data/generate_test.R @ 3:d3b0390f325f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/brew3r_r commit d287d5688e57f4154d5875789e0cd4d5c87f11ce
author | iuc |
---|---|
date | Thu, 03 Oct 2024 22:35:49 +0000 |
parents | 928a52b5c938 |
children |
line wrap: on
line diff
--- a/test-data/generate_test.R Thu Jun 27 07:31:23 2024 +0000 +++ b/test-data/generate_test.R Thu Oct 03 22:35:49 2024 +0000 @@ -258,5 +258,7 @@ new.gr <- extend_granges(input_gr, big_gr) library("rtracklayer") export.gff(input_gr, "input.gtf") +input_gr$exon_id <- NULL +export.gff(input_gr, "input_noexonid.gtf") export.gff(big_gr, "second_input.gtf") export.gff(sort(new.gr, ignore.strand = TRUE), "output.gtf")