Files

22 lines
677 B
Plaintext
Executable File

#@UGENE_QUERY
#
#Open Reading Frame surrounded by repeat units
query RepeatsWithOrf {
Repeat { type: repeats; key: repeat_unit; min-length: 10; }
ORF { type: orf; key: ORF; strand: direct; }
Repeat.left--ORF.unit { type: distance; distance_type: end-to-start; min: 0; max: 5000; }
ORF.unit--Repeat.right { type: distance; distance_type: end-to-start; min: 0; max: 5000; }
.meta{
visual{
Repeat.left { geometry: 35,30,229,120,120; }
Repeat.right { geometry: 504,30,238,120,120; }
ORF.unit { geometry: 302,149,178,160,160; }
}
order { Repeat;ORF; }
}
}