Skip to content

Commit

Permalink
typo committed in PGAP-3506 fixed; we should have been using slightly…
Browse files Browse the repository at this point in the history
… different pct_identity... here: pct_identity_gap; JIRA: PGAP-3521; PGAP-3506; PGAP-5701
  • Loading branch information
azat-badretdin committed Nov 29, 2021
1 parent a402541 commit b38b007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protein_alignment/align_filter.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requirements:

baseCommand: align_filter

arguments: [ -filter, "pct_identity_gapopen_only >= 50 AND ( (query_start<=20 AND SUB(query_length, query_end)<=20) OR pct_identity_gapopen_only >= 60 ) AND (SUB(subject_end, subject_start) > 90 || SUB(subject_end, subject_start) > MUL(query_length,1.5) || num_ident >=60) AND (query_length > 30 || (pct_identity_gapopen_only >= 80 AND SUB(subject_end, subject_start) >= MUL(query_length,2.4)))", -ifmt, seq-align, -nogenbank ]
arguments: [ -filter, "pct_identity_gapopen_only >= 50 AND ( (query_start<=20 AND SUB(query_length, query_end)<=20) OR pct_identity_gapopen_only >= 60 ) AND (SUB(subject_end, subject_start) > 90 || SUB(subject_end, subject_start) > MUL(query_length,1.5) || num_ident >=60) AND (query_length > 30 || (pct_identity_gap >= 80 AND SUB(subject_end, subject_start) >= MUL(query_length,2.4)))", -ifmt, seq-align, -nogenbank ]

inputs:
asn_cache:
Expand Down

0 comments on commit b38b007

Please sign in to comment.