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
One idea to attach extra annotation information for matches and offtargets would be to have guidescan enumerate take in an optional BED/GTF file and add selected/all columns from it to the output BED file.
samtools/bedtools may well already do this kind of merge, so it may not be technically needed (except for offtargets which will be tricky to handle).
The text was updated successfully, but these errors were encountered:
One idea to attach extra annotation information for matches and offtargets would be to have
guidescan enumerate
take in an optionalBED/GTF
file and add selected/all columns from it to the outputBED
file.samtools/bedtools
may well already do this kind of merge, so it may not be technically needed (except for offtargets which will be tricky to handle).The text was updated successfully, but these errors were encountered: