Skip to content

Commit

Permalink
report peptipedia sequence match
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorreiter committed Feb 23, 2024
1 parent e5f1476 commit a1f612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ rule diamond_blastp_peptide_predictions_against_peptipedia_database:
shell:
"""
diamond blastp -d {params.dbprefix} -q {input.peptide} -o {output.tsv} --header simple \
--outfmt 6 qseqid sseqid pident length qlen slen mismatch gapopen qstart qend sstart send evalue bitscore
--outfmt 6 qseqid sseqid full_sseq pident length qlen slen mismatch gapopen qstart qend sstart send evalue bitscore
"""


Expand Down

0 comments on commit a1f612b

Please sign in to comment.