Hi,
I am new to bedops and I have bed file like following
bed_file
scaffold123 56 120 transcript_A
scaffold123 175 234 transcript_A
I would like to extract the fasta sequence from the from the respective scaffold in genome.fasta with transcript header. Using bedtools this can be acheived by bedtools getfasta -name fi genome.fasta -bed bed_file
Is it possible to achieve the same output using bedops. Kindly guide me.