GithubHelp home page GithubHelp logo

sfu-ireceptor / rep-cred Goto Github PK

View Code? Open in Web Editor NEW

This project forked from airr-community/rep-cred

0.0 1.0 0.0 12.78 MB

SW Tools Group - Repertoire Credibility Tool

License: Creative Commons Attribution 4.0 International

R 95.97% CSS 0.30% Makefile 0.29% Dockerfile 3.44%

rep-cred's Introduction

Lifecycle: experimental Documentation Status Docker Image CI

Running Repcred

Docker - GUI

Pull the container:

docker pull airrc/rep-cred:latest

To launch the shiny application use the command below. Then open in your browser http://localhost:3838.

docker run --rm -ti --user shiny -p 3838:3838 airrc/rep-cred:latest

If you are using linux, you may need to use the command line

docker run --rm --network host -ti --user shiny -p 3838:3838 airrc/rep-cred:latest

To open a terminal inside the container use:

docker run --rm --user shiny -p 3838:3838 airrc/rep-cred:latest bash

Docker - command line

Pull the container:

docker pull airrc/rep-cred:latest

Get example data:

wget https://raw.githubusercontent.com/airr-community/rep-cred/master/inst/extdata/ExampleDb.tsv

Run repcred:

docker run --rm -v $(pwd):/home:z airrc/rep-cred:latest repcred -r ExampleDb.tsv -o repcred-report

Local Installation

Pre-requisites

Repcred requires a recent version of pandoc. This is installed with Rstudio and the easiest approach is to check that you are using a recent version, although other installation methods are described in the documentation.

Installing Repcred

Repdred can be installed from github:

devtools::install_github('airr-community/rep-cred')

Running Repcred

Repcred can be started from an R prompt as follows:

library(repcred)   
repcredWeb()  

Binder

Binder

rep-cred's People

Contributors

ssnn-airr avatar ayeletperes avatar williamdlees avatar georginaleslie avatar noahyannlee avatar schristley 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.