Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-badretdin committed Nov 29, 2021
2 parents 4e2a295 + b38b007 commit 94c97cf
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 94c97cf

Please sign in to comment.