You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (v1.15), find searches only one track and defaults to the first suitable one. Maybe better is to allow a list of track-capturing regexes (i.e., like most other commands), search each track and stop at the first match found.
E.g., the following searches for ACTB starting from the track(s) matching foo.gtf, if nothing is found move to bar.bed and then spam.gff. baz.bam is silently skipped.
find ACTB foo.gtf bar.bed baz.bam spam.gff
The text was updated successfully, but these errors were encountered:
Currently (v1.15),
find
searches only one track and defaults to the first suitable one. Maybe better is to allow a list of track-capturing regexes (i.e., like most other commands), search each track and stop at the first match found.E.g., the following searches for ACTB starting from the track(s) matching
foo.gtf
, if nothing is found move tobar.bed
and thenspam.gff
.baz.bam
is silently skipped.The text was updated successfully, but these errors were encountered: