Skip to content

Commit

Permalink
[r] Fix: AnVIL indexer doesn't follow downstream links from files to …
Browse files Browse the repository at this point in the history
…files (#4761, PR #4765)
  • Loading branch information
dsotirho-ucsc committed Dec 1, 2022
2 parents 55336ab + 68777aa commit 68c0e09
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 205 deletions.
2 changes: 1 addition & 1 deletion src/azul/plugins/metadata/anvil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _field_mapping(self) -> MetadataPlugin._FieldMapping:
'activity_type',
'assay_category',
'data_modality',
'date_submitted',
'date_created',
'document_id',
'source_datarepo_row_ids',
]
Expand Down
2 changes: 1 addition & 1 deletion src/azul/plugins/metadata/anvil/indexer/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _activity_types(cls) -> FieldTypes:
'activity_type': null_str,
'assay_category': null_str,
'data_modality': null_str,
'date_submitted': null_datetime,
'date_created': null_datetime,
}

@classmethod
Expand Down
1 change: 0 additions & 1 deletion src/azul/plugins/metadata/anvil/service/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def _non_pivotal_entity(self,
'count',
'data_modality',
'file_format',
'file_type',
'reference_assembly'
}
}
Loading

0 comments on commit 68c0e09

Please sign in to comment.