Skip to content

nterhoeven/blast2bed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blast2bed

Description

This script can be used to convert a tabular blast output to a bed file.

Usage

./blast2bed <input-file>

Notes

  • The input file should be generated with the outfmt 6 or 7 flag.
  • If the input file name has a ‘.bls’ file extension, it will be replaced by ‘.bed’ for the output file. Otherwise, the output file will be <inputfile>.bed
  • The score is always set to 0

The resulting bed file has the format:

<subjectID> <start> <end> <QueryID> <score> <strand>

About

convert a blast output to a bed file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published