Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1007 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 1007 Bytes

MultiQC is a tool to aggregate bioinformatics results across many samples into a single report.

This repository contains files to test MultiQC with. These are used in the automated Travis CI build tests and can be used whilst developing for MultiQC.

Contributing

To add new files to this repository, please follow the following procedure:

After forking the repository to your own GitHub account:

git clone https://github.com/<your github username>/MultiQC_TestData.git
cd MultiQC_TestData
cp /your/files/. ./data/modules/<module_name> 
git add .
git commit -m "<message describing change>"
git push

Create a Pull Request to bring your changes back into this repository.

Delete your fork once the PR is accepted (optional)

For information about MultiQC, please see http://multiqc.info or the main MultiQC GitHub repository.