Package

org.bdgenomics.adam

cli

Permalink

package cli

Visibility
  1. Public
  2. All

Type Members

  1. class ADAM2Fastq extends BDGSparkCommand[ADAM2FastqArgs]

    Permalink
  2. class ADAM2FastqArgs extends Args4jBase

    Permalink
  3. class ADAMMain extends Logging

    Permalink
  4. class ADAMModule extends AbstractModule with ScalaModule

    Permalink
  5. final class About extends AnyRef

    Permalink
  6. case class CommandGroup(name: String, commands: List[BDGCommandCompanion]) extends Product with Serializable

    Permalink
  7. class CountReadKmers extends BDGSparkCommand[CountReadKmersArgs] with Logging

    Permalink
  8. class CountReadKmersArgs extends Args4jBase with ParquetArgs

    Permalink
  9. class CountSliceKmers extends BDGSparkCommand[CountSliceKmersArgs] with Logging

    Permalink
  10. class CountSliceKmersArgs extends Args4jBase with ParquetArgs

    Permalink
  11. class Coverage extends BDGSparkCommand[CoverageArgs]

    Permalink
  12. class CoverageArgs extends Args4jBase with ParquetArgs

    Permalink
  13. class FlagStat extends BDGSparkCommand[FlagStatArgs]

    Permalink
  14. class FlagStatArgs extends Args4jBase

    Permalink
  15. class MergeShards extends BDGSparkCommand[MergeShardsArgs]

    Permalink

    A command to merge sharded files.

    A command to merge sharded files.

    This needs to be a Spark command in order to pull in the Hadoop Config via Spark. Also, this allows us to benefit from Spark's YARN/Mesos submission bits, etc.

  16. class MergeShardsArgs extends Args4jBase

    Permalink
  17. class PrintADAM extends BDGSparkCommand[PrintADAMArgs]

    Permalink
  18. class PrintADAMArgs extends Args4jBase

    Permalink
  19. class TransformAlignments extends BDGSparkCommand[TransformAlignmentsArgs] with Logging

    Permalink
  20. class TransformAlignmentsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  21. class TransformFeatures extends BDGSparkCommand[TransformFeaturesArgs]

    Permalink
  22. class TransformFeaturesArgs extends Args4jBase with ParquetSaveArgs

    Permalink
  23. class TransformFragments extends BDGSparkCommand[TransformFragmentsArgs] with Logging

    Permalink
  24. class TransformFragmentsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  25. class TransformGenotypes extends BDGSparkCommand[TransformGenotypesArgs]

    Permalink

    Convert a file with genotypes into corresponding ADAM format and vice versa.

  26. class TransformGenotypesArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  27. class TransformSequences extends BDGSparkCommand[TransformSequencesArgs]

    Permalink
  28. class TransformSequencesArgs extends Args4jBase with ParquetSaveArgs

    Permalink
  29. class TransformSlices extends BDGSparkCommand[TransformSlicesArgs]

    Permalink
  30. class TransformSlicesArgs extends Args4jBase with ParquetSaveArgs

    Permalink
  31. class TransformVariants extends BDGSparkCommand[TransformVariantsArgs]

    Permalink

    Convert a file with variants into corresponding ADAM format and vice versa.

  32. class TransformVariantsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  33. class View extends BDGSparkCommand[ViewArgs]

    Permalink

    The adam view command implements some of the functionality of samtools view, specifically the -f, -F, -c, and -o options, in an optionally distributed fashion.

    The adam view command implements some of the functionality of samtools view, specifically the -f, -F, -c, and -o options, in an optionally distributed fashion.

    It is agnostic to its input and output being SAM, BAM, or ADAM files; when printing to stdout it prints SAM.

  34. class ViewArgs extends Args4jBase with ParquetArgs with ADAMSaveAnyArgs

    Permalink

Value Members

  1. object ADAM2Fastq extends BDGCommandCompanion

    Permalink
  2. object ADAMMain

    Permalink
  3. object CountReadKmers extends BDGCommandCompanion

    Permalink
  4. object CountSliceKmers extends BDGCommandCompanion

    Permalink
  5. object Coverage extends BDGCommandCompanion

    Permalink

    Coverage (accessible as the command 'coverage' through the CLI) takes two arguments, an INPUT and OUTPUT, and calculates the number of reads from INPUT at every location in the file.

    Coverage (accessible as the command 'coverage' through the CLI) takes two arguments, an INPUT and OUTPUT, and calculates the number of reads from INPUT at every location in the file. Optional arguments are only_negative_strands, only_positive_strands and collapse. only_negative_strands and only_positive_strands save coverage computed from only negative and positive strands, respectively. Collapse specifies whether saved coverage should merge neighboring coverage with the same counts to one record.

  6. object FlagStat extends BDGCommandCompanion

    Permalink
  7. object MergeShards extends BDGCommandCompanion

    Permalink
  8. object PrintADAM extends BDGCommandCompanion

    Permalink
  9. object TransformAlignments extends BDGCommandCompanion

    Permalink
  10. object TransformFeatures extends BDGCommandCompanion

    Permalink
  11. object TransformFragments extends BDGCommandCompanion

    Permalink
  12. object TransformGenotypes extends BDGCommandCompanion

    Permalink
  13. object TransformSequences extends BDGCommandCompanion

    Permalink
  14. object TransformSlices extends BDGCommandCompanion

    Permalink
  15. object TransformVariants extends BDGCommandCompanion

    Permalink
  16. object View extends BDGCommandCompanion

    Permalink

Ungrouped