https://github.com/broadinstitute/btl-mdreport

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
Last synced: 10 months ago · JSON representation

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
Created almost 9 years ago · Last pushed about 8 years ago
Metadata Files
Readme

docs/README.md

GENERAL USAGE

MdReport 2.0 Usage: MdReport [options]

-i, --setId The ID of the metrics/analysis/set entry. Must supply this or an entry file. -v, --version version Optional version string for the entry. -e, --entryFile If EntryCreator was used you may supply the entry file to pass along sampleId and version. -o, --outDir The directory to write the report to. -s, --sampleList A comma-separated list of sampleIds to include in the report. -r, --reporter Use one reporter preset from the following:List(SmartSeqReporter, LegacyReporter, CustomReporter) -d, --delimiter Specify delimiter. Default is comma. -f, --rdfFile Optional report definition file for custom reports. --help Prints this help text.

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

\t \t ...

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-.jar to Unix filesystem. 5) Move jar file to /cil/shed/apps/internal/MdReport/bin 6) chmod 755 jar file 7) In /cil/shed/apps/internal/MdReport:

>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

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels