Skip to content

Commit

Permalink
Extended testing and included corner case
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCappelletti94 committed Oct 24, 2019
1 parent b967bbe commit d54f1b9
Show file tree
Hide file tree
Showing 3 changed files with 12,067 additions and 2 deletions.
2 changes: 1 addition & 1 deletion encodeproject/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def sample_files_informations(sample: Dict) -> List[Dict]:
"accession":f["accession"],
"file_size":f["file_size"],
"file_format":f["file_format"],
"assembly":f["assembly"],
"assembly":f["assembly"] if "assembly" in f else None,
"biological_replicates":f["biological_replicates"],
"output_type":f["output_type"],
"url":f["cloud_metadata"]["url"]
Expand Down

0 comments on commit d54f1b9

Please sign in to comment.