Closed ctSkennerton closed 11 years ago
It does not. The -bed
file is only used to identify intervals that should be extracted from the -fasta
file.
But does it stop parsing at the ##FASTA
tag or will it keep going? and will that affect the results from my output file? I did a quick sanity check on the output files, they seem OK, I just wanted to make sure that there was no hidden side effects if bedtools does not stop
It should just skip and continue with subsequent records.
On Aug 9, 2013, at 10:08 AM, "Connor T. Skennerton" notifications@github.com wrote:
But does it stop parsing at the ##FASTA tag or will it keep going? and will that affect the results from my output file? I did a quick sanity check on the output files, they seem OK, I just wanted to make sure that there was no hidden side effects if bedtools does not stop
— Reply to this email directly or view it on GitHub.
I have been using the
bedtools getfasta
command with a gff file as the argument to-bed
. The gff file contains the##FASTA
section and when I run thebedtools
command I get the following message:Line 4830 of the gff file is inside the fasta section of the gff file