Package

org.bdgenomics.adam

cli

Permalink

package cli

Visibility
  1. Public
  2. All

Type Members

  1. class ADAM2Fasta extends BDGSparkCommand[ADAM2FastaArgs] with Logging

    Permalink
  2. class ADAM2FastaArgs extends Args4jBase

    Permalink
  3. class ADAM2Fastq extends BDGSparkCommand[ADAM2FastqArgs]

    Permalink
  4. class ADAM2FastqArgs extends Args4jBase

    Permalink
  5. class ADAMMain extends Logging

    Permalink
  6. class ADAMModule extends AbstractModule with ScalaModule

    Permalink
  7. final class About extends AnyRef

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

    Permalink
  9. class CountContigKmers extends BDGSparkCommand[CountContigKmersArgs] with Logging

    Permalink
  10. class CountContigKmersArgs extends Args4jBase with ParquetArgs

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

    Permalink
  12. class CountReadKmersArgs extends Args4jBase with ParquetArgs

    Permalink
  13. class Fasta2ADAM extends BDGSparkCommand[Fasta2ADAMArgs] with Logging

    Permalink
  14. class Fasta2ADAMArgs extends Args4jBase with ParquetSaveArgs

    Permalink
  15. class FlagStat extends BDGSparkCommand[FlagStatArgs]

    Permalink
  16. class FlagStatArgs extends Args4jBase

    Permalink
  17. 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.

  18. class MergeShardsArgs extends Args4jBase

    Permalink
  19. class PrintADAM extends BDGSparkCommand[PrintADAMArgs]

    Permalink
  20. class PrintADAMArgs extends Args4jBase

    Permalink
  21. class Reads2Coverage extends BDGSparkCommand[Reads2CoverageArgs]

    Permalink
  22. class Reads2CoverageArgs extends Args4jBase with ParquetArgs

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

    Permalink
  24. class TransformAlignmentsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  25. class TransformFeatures extends BDGSparkCommand[TransformFeaturesArgs]

    Permalink
  26. class TransformFeaturesArgs extends Args4jBase with ParquetSaveArgs

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

    Permalink
  28. class TransformFragmentsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  29. class TransformGenotypes extends BDGSparkCommand[TransformGenotypesArgs]

    Permalink

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

  30. class TransformGenotypesArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    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 ADAM2Fasta extends BDGCommandCompanion

    Permalink
  2. object ADAM2Fastq extends BDGCommandCompanion

    Permalink
  3. object ADAMMain

    Permalink
  4. object CountContigKmers extends BDGCommandCompanion

    Permalink
  5. object CountReadKmers extends BDGCommandCompanion

    Permalink
  6. object Fasta2ADAM extends BDGCommandCompanion

    Permalink
  7. object FlagStat extends BDGCommandCompanion

    Permalink
  8. object MergeShards extends BDGCommandCompanion

    Permalink
  9. object PrintADAM extends BDGCommandCompanion

    Permalink
  10. object Reads2Coverage extends BDGCommandCompanion

    Permalink

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

    Reads2Coverage (accessible as the command 'reads2coverage' 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.

  11. object TransformAlignments extends BDGCommandCompanion

    Permalink
  12. object TransformFeatures extends BDGCommandCompanion

    Permalink
  13. object TransformFragments extends BDGCommandCompanion

    Permalink
  14. object TransformGenotypes extends BDGCommandCompanion

    Permalink
  15. object TransformVariants extends BDGCommandCompanion

    Permalink
  16. object View extends BDGCommandCompanion

    Permalink

Ungrouped