Git Product home page Git Product logo

ena-upload-container's Introduction

Image build test Pushing to quay.io Galaxy version DOI

ENA upload container

This is a repository to build a Galaxy container to clean raw reads and upload them to ENA. The ENA uploading is based on the tool ena-upload-cli which is wrapped in following Galaxy tool.

Prerequisites

Docker

Make sure docker is installed and available on your path. For more information on how to install docker please visit this website.

ENA Webin

In order to upload to ENA, it is required to have the credentials of an ENA Webin account. A Webin can be made here if you don't have one already. The WEBIN_ID parameter makes use of the full username looking like: Webin-XXXXX. Visit Webin online to check on your submissions or dev Webin to check on test submissions.

Usage

Building the container image (optional)

This step is only needed when you want to build the container yourself. There is also a pre made image available on Quay.io, explained in the next section.

Build command:

docker build -t ena-upload -f Dockerfile .    

Running the container

Run the container from Quay.io:

Linux/windows:

docker run -p "8080:80" --privileged quay.io/galaxy/ena-upload

MacOS:

docker run -p "8080:80" quay.io/galaxy/ena-upload:hg38

Or run your built container (optional):

docker run -p "8080:80" --privileged ena-upload

The run command explained:

  • -p "8080:80" will let the container host Galaxy on port 8080
  • --privileged will allow the container to load a reference genome through CVMFS when needed

Your own galaxy instance is running

When the container is running (it can take some minutes to start all services), open a webbrowser and go to http://localhost:8080/. Normally you should see here the Galaxy interface. If "this page is not found", wait a little longer. Some general information will be found in the middle panel of the galaxy instance.

Setting up the credentials for a brokering account

  1. Login as admin using admin as username and password as password, this will give you full access to the galaxy instance.
  2. Go to user > preferences in the top navigation
  3. Click on Manage information
  4. Fill in the ENA Brokering account details
  5. Click save

Example data

In the example directory an example Excel sheet can be found with example metadata along with example data files.

Tool documentation

Extensive documentation in how to use the tools inside the Galaxy container can be found here.

Acknowledgements

Special thanks to ENA and the lab of Björn Grüning for helping out with the tools used in this container

ena-upload-container's People

Contributors

bedroesb avatar bgruening avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.