-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from uclahs-cds/sfitz-first-release
add qualimap
- Loading branch information
Showing
4 changed files
with
28 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
category: 'docker' | ||
description: 'Docker repository for tool_name' # Description of why the repository exists | ||
maintainers: ['YourName@mednet.ucla.edu'] # email address of maintainers | ||
languages: ['Dockerfile'] # programming languages used | ||
tools: ['tool_name'] # Name of the tool(s) used in the Dockerfile | ||
version: ['X.X.X'] # Tool version number | ||
purpose: '' # Description of what this tool does | ||
references: '' # is the tool/dependencies published, is there a confluence page | ||
image_name: '' # name of the new docker image | ||
description: 'Docker repository for Qualimap' | ||
maintainers: ['sfitzgibbon@mednet.ucla.edu'] | ||
languages: ['Dockerfile'] | ||
tools: ['Qualimap'] | ||
version: ['2.3'] | ||
purpose: 'Quality control of alignment sequencing data' | ||
references: 'http://bioinformatics.oxfordjournals.org/content/early/2015/09/30/bioinformatics.btv566' | ||
image_name: 'qualimap' |