Entering edit mode
4.0 years ago
Kian
▴
50
How to delete rows with the same number in the bed file in usegalaxy
(If the number of the second column is equal to the number of the third column, delete that row)
which tool could be useful?
input:
chr1 10 20
chr1 10 10
chr1 15 20
chr1 15 30
chr1 30 30
output:
chr1 10 20
chr1 15 20
chr1 15 30
If this question is about galaxy then please post it on Galaxy help forum: https://help.galaxyproject.org/