Skip to content

mulitple datasets #278

Description

@ArthurPERE

Hello,

I had read all your documentation, but you never explained how, in a local instance of blobtoolkit, to create multiple datasets with different fasta assemblies and different data.

Even when I see the meta.json file, it is not an array. I tried to put all the JSON files generated by blobtools create inside a directory inside the datasets directory, and run blobtools host on the datasets directory like that :

datasets
| - exemple-1
     | - meta.json ....
| - exemple-2
     |- meta.json .....

and the command to run the website :

docker run -d --rm --name btk \
    -v ./datasets:/blobtoolkit/datasets/ \
    -p 8000:8000 -p 8080:8080 \
    genomehubs/blobtoolkit:latest \
    blobtools host --api-port 8000 --port 8080 /blobtoolkit/datasets

And, on the website, it tells me that it does not find a dataset.

Thank you,
Regards,
Arthur

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions