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 Apr 14, 2022
2 parents 1b8d71c + 656113d commit dc6014d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 18 deletions.
12 changes: 3 additions & 9 deletions bacterial_orthology/wf_bacterial_orthology.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ steps:
affinity:
default: subject
asn_cache: asn_cache
align_filter:
default: 'score>0 && pct_identity_gapopen_only > 35'
allow_intersection:
default: true
comp_based_stats:
Expand All @@ -114,27 +112,23 @@ steps:
delay:
default: 0
evalue:
default: 0.1
default: 0.001
max_batch_length:
default: 10000
max_jobs:
default: 1
max_target_seqs:
default: 50
default: 250
no_merge:
default: false
nogenbank:
default: true
ofmt:
default: asn-binary
seg:
default: '30 2.2 2.5'
soft_masking:
default: 'yes'
default: 'no'
threshold:
default: 21
top_by_score:
default: 10
word_size:
default: 6
taxid: taxid
Expand Down
2 changes: 1 addition & 1 deletion progs/cluster_blastp_wnode.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
prefix: -asn-cache
itemSeparator: ","
align_filter:
type: string
type: string?
inputBinding:
prefix: -align_filter
allow_intersection:
Expand Down
4 changes: 3 additions & 1 deletion progs/find_orthologs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ inputs:
check_exome:
type: boolean
default: true
inputBinding:
prefix: -check_exome
o_orthologs:
type: string?
default: orthologs.rpt
Expand All @@ -55,4 +57,4 @@ outputs:
type: File
outputBinding:
glob: $(inputs.o_orthologs)


6 changes: 3 additions & 3 deletions task_types/tt_blastp_wnode_naming.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
asn_cache: Directory[]
max_batch_length: int
nogenbank: boolean
align_filter: string
align_filter: string?
allow_intersection: boolean
comp_based_stats: string # F/T
compart: boolean
Expand All @@ -28,9 +28,9 @@ inputs:
no_merge: boolean
ofmt: string
seg: string
soft_masking: string
soft_masking: string?
threshold: int
top_by_score: int
top_by_score: int?
word_size: int
ids: File[]
batch-size: int?
Expand Down
6 changes: 3 additions & 3 deletions task_types/tt_cluster_and_qdump.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
proteins: File
asn_cache: Directory[]
nogenbank: boolean
align_filter: string
align_filter: string?
allow_intersection: boolean
comp_based_stats: string # F/T
compart: boolean
Expand All @@ -31,9 +31,9 @@ inputs:
no_merge: boolean
ofmt: string
seg: string
soft_masking: string
soft_masking: string?
threshold: int
top_by_score: int
top_by_score: int?
word_size: int
short_protein_threshold: int?

Expand Down
2 changes: 1 addition & 1 deletion wf_common.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ steps:
taxon_db: passdata/taxon_db
gc_cache: passdata/gc_cache
asn_cache:
source: [passdata/uniColl_nuc_cache]
source: [passdata/uniColl_nuc_cache, genomic_source/asncache]
linkMerge: merge_flattened
blast_hits_cache: blast_hits_cache_data_split_dir/blast_hits_cache
genus_list: genus_list_file2ints/values
Expand Down

0 comments on commit dc6014d

Please sign in to comment.