Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.39 KB

Risa

Risa is an R package that supports parsing, saving and updating ISA-tab datasets. It is available in Bioconductor 2.11 at http://www.bioconductor.org/packages/release/bioc/html/Risa.html.

Development

Contributing

You should read this article about Git Flow: http://scottchacon.com/2011/08/31/github-flow.html. It's a really useful tutorial on how to use Git for collaborative development.

  1. Fork it.
  2. Clone your forked repository to your machine
  3. Create a branch (git checkout -b myRisa)
  4. Make your changes
  5. Run the tests (mvn clean test)
  6. Commit your changes (git commit -am "Added something useful")
  7. Push to the branch (git push origin myRisa)
  8. Create a Pull Request from your branch.
  9. Promote it. Get others to drop in and +1 it.