https://github.com/broadinstitute/btl-mdreport
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: broadinstitute
- Language: Scala
- Default Branch: master
- Size: 83 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
docs/README.md
GENERAL USAGE
MdReport 2.0 Usage: MdReport [options]
-i, --setId
A tool for generating reports from MD.
- If --sampleList is not provided, one will be queried from MD using setId
- If --reporter is not specified, LegacyReporter will be used, which gets all metrics for the given samples.
- If CustomReporter is used, an rdfFile must be supplied.
PRESETS
usage examples: java -jar MdReport.jar -e C:\Dev\Scala\MDReport\src\test\resources\entrycreator.json -o C:\Dev\Scala\MdReport -r SmartSeqReporter -s "SSF1859B12A375AkiYoda,SSF1859A11A375AkiYoda"
For Custom Reports, supply an RDF file formatted as follows:
usage example: java -jar MdReport.jar -e C:\Dev\Scala\MDReport\src\test\resources\entrycreator.json -o C:\Dev\Scala\MdReport -r CustomReporter -f C:\Dev\Scala\MdReport\src\test\resources\rdf.tsv
RDF FILE FORMAT
For example:
PicardAlignmentSummaryAnalysis PicardAlignmentSummaryMetrics.totalReads,PicardAlignmentSummaryMetrics.pfReads,PicardAlignmentSummaryMetrics.pctAdapter RnaSeqQcStats alignmentMetrics.AlignmentMetrics.mapped,alignmentMetrics.AlignmentMetrics.mappedPairs PicardReadGcMetrics meanGcContent
In the example above, RnaSeqQcStats is a top level module. It has several sub-modules, each which have their own fields. Above, we've specified that we want the 'mapped' and 'mappedPairs' fields from the alignmentMetrics submodule. PicardMreadGcMetrics does not have any submodules, so we've just specified in column 2 that we want the field meanGcContent.
Deploy Instructions
1) Navigate to local MdReport directory via command line tool.
2) execute 'sbt' then 'assembly'
3) If unit tests pass, navigate to MdReport/target/scala-2.11/
4) Copy MdReport-assembly-
>rm MdReport.jar
>ln -s /cil/shed/apps/internal/MdReport/bin/MdReport-assembly-2017.4.0.jar MdReport.jar
8) Done!
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0