Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
added item.index_type.item to flowcell/views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Manke committed Sep 29, 2020
1 parent dd9dbe3 commit 017b477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flowcell/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def analysis_list(self, request):
item.library_type.name,
item.library_protocol.name,
item.organism.name,
item.index_type.name,
]

return Response(requests)

0 comments on commit 017b477

Please sign in to comment.