Skip to content

Commit

Permalink
QA comments
Browse files Browse the repository at this point in the history
  • Loading branch information
khzlin committed Nov 19, 2024
1 parent 85dbcd9 commit 8fbe3e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/igvfd/searches/configs/alignment_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def alignment_file():
'audit.ERROR.category',
'audit.NOT_COMPLIANT.category',
'audit.WARNING.category',
'audit.INTERNAL_ACTION.category'
'audit.INTERNAL_ACTION.category',
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions src/igvfd/searches/configs/sequence_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def sequence_file():
'audit.INTERNAL_ACTION.category': {
'title': 'Audit Category: Internal Action'
},
'externally_hosted': {
'title': 'Externally Hosted'
},
'type': {
'title': 'Object Type'
},
Expand Down Expand Up @@ -128,6 +131,7 @@ def sequence_file():
'audit.NOT_COMPLIANT.category',
'audit.WARNING.category',
'audit.INTERNAL_ACTION.category',
'externally_hosted',
],
},
],
Expand Down
19 changes: 5 additions & 14 deletions src/igvfd/searches/configs/tabular_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ def tabular_file():
'integrated_in.file_set_type': {
'title': 'Library Type'
},
'integrated_in.associated_phenotypes.term_name': {
'title': 'Associated Phenotypes'
},
'integrated_in.small_scale_gene_list.symbol': {
'title': 'Construct Targeted Genes'
},
'collections': {
'title': 'Collections'
},
Expand Down Expand Up @@ -88,6 +82,9 @@ def tabular_file():
'audit.INTERNAL_ACTION.category': {
'title': 'Audit Category: Internal Action'
},
'externally_hosted': {
'title': 'Externally Hosted'
},
'type': {
'title': 'Object Type'
},
Expand All @@ -107,6 +104,7 @@ def tabular_file():
'facet_fields': [
'file_set.file_set_type',
'assay_titles',
'integrated_in.file_set_type',
],
},
{
Expand All @@ -121,14 +119,6 @@ def tabular_file():
'file_set.samples.treatments.treatment_term_name',
],
},
{
'title': 'Construct Design Data',
'facet_fields': [
'integrated_in.file_set_type',
'integrated_in.associated_phenotypes.term_name',
'integrated_in.small_scale_gene_list.symbol',
],
},
{
'title': 'Provenance',
'facet_fields': [
Expand All @@ -147,6 +137,7 @@ def tabular_file():
'audit.NOT_COMPLIANT.category',
'audit.WARNING.category',
'audit.INTERNAL_ACTION.category',
'externally_hosted',
],
},
],
Expand Down

0 comments on commit 8fbe3e2

Please sign in to comment.