Add LibraryType option, (this will probably require a dump/reload)
[htsworkflow.git] / htsworkflow / frontend / samples / fixtures / initial_data.json
1 [
2   {
3      "model": "samples.LibraryType",
4      "pk": 1,
5      "fields": {
6         "name": "Single End"
7      }
8   },
9   {
10      "model": "samples.LibraryType",
11      "pk": 2,
12      "fields": {
13         "name": "Paired End"
14      }
15   }
16 ]