Skip to content

Commit

Permalink
Add comments about blast run
Browse files Browse the repository at this point in the history
  • Loading branch information
mylena-s authored Feb 15, 2023
1 parent 2395861 commit 750174e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RepeatExplorer/filterBlastn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pandas as pd

#load blast results and rename important columns
#blast run should be produced using format 6: -outfmt '6 qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore qlen'
blastdf = pd.read_csv("all_vs_all_blast.out", sep="\t", header=None, skiprows=5)
blastdf = blastdf.rename(columns={0: 'Sequence_name_1',
1:'Sequence_name_2',
Expand Down

0 comments on commit 750174e

Please sign in to comment.