genialis / resolwe-bio-py

Resolwe Bioinformatics Python API
Apache License 2.0
4 stars 25 forks source link

Download dir fields #68

Closed mstajdohar closed 7 years ago

mstajdohar commented 7 years ago

One currently can not download fields of type DIR using the RESDK. Example is a "genome" object:

{
    u'fasta': {u'file': u'hg19.fasta.gz', u'size': 937047570},
    u'index_bt': {u'dir': u'bowtie_index', u'size': 3074126272},
    u'index_bt2': {u'dir': u'bowtie2_index', u'size': 7219579166},
    u'index_bwa': {u'dir': u'BWA_index', u'size': 5417472211},
    u'index_hisat2': {u'dir': u'hisat2_index', u'size': 4374656092},
    u'index_subread': {u'dir': u'subread_index', u'size': 5872181163}
}
dblenkus commented 7 years ago

Closed in #91