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 ADAM2Vcf extends BDGSparkCommand[ADAM2VcfArgs] with Logging

    Permalink
  6. class ADAM2VcfArgs extends Args4jBase with ParquetArgs

    Permalink
  7. class ADAMMain extends Logging

    Permalink
  8. class ADAMModule extends AbstractModule with ScalaModule

    Permalink
  9. final class About extends AnyRef

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

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

    Permalink
  12. class CountContigKmersArgs extends Args4jBase with ParquetArgs

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

    Permalink
  14. class CountReadKmersArgs extends Args4jBase with ParquetArgs

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

    Permalink
  16. class Fasta2ADAMArgs extends Args4jBase with ParquetSaveArgs

    Permalink
  17. class FlagStat extends BDGSparkCommand[FlagStatArgs]

    Permalink
  18. class FlagStatArgs extends Args4jBase

    Permalink
  19. class Fragments2Reads extends BDGSparkCommand[Fragments2ReadsArgs] with Logging

    Permalink
  20. class Fragments2ReadsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

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

  22. class MergeShardsArgs extends Args4jBase

    Permalink
  23. class PrintADAM extends BDGSparkCommand[PrintADAMArgs]

    Permalink
  24. class PrintADAMArgs extends Args4jBase

    Permalink
  25. class Reads2Coverage extends BDGSparkCommand[Reads2CoverageArgs]

    Permalink
  26. class Reads2CoverageArgs extends Args4jBase with ParquetArgs

    Permalink
  27. class Reads2Fragments extends BDGSparkCommand[Reads2FragmentsArgs] with Logging

    Permalink
  28. class Reads2FragmentsArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  29. class Transform extends BDGSparkCommand[TransformArgs] with Logging

    Permalink
  30. class TransformArgs extends Args4jBase with ADAMSaveAnyArgs with ParquetArgs

    Permalink
  31. class TransformFeatures extends BDGSparkCommand[TransformFeaturesArgs]

    Permalink
  32. class TransformFeaturesArgs extends Args4jBase with ParquetSaveArgs

    Permalink
  33. class Vcf2ADAM extends BDGSparkCommand[Vcf2ADAMArgs] with Logging

    Permalink
  34. class Vcf2ADAMArgs extends Args4jBase with ParquetSaveArgs

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

  36. 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 ADAM2Vcf extends BDGCommandCompanion

    Permalink
  4. object ADAMMain

    Permalink
  5. object CountContigKmers extends BDGCommandCompanion

    Permalink
  6. object CountReadKmers extends BDGCommandCompanion

    Permalink
  7. object Fasta2ADAM extends BDGCommandCompanion

    Permalink
  8. object FlagStat extends BDGCommandCompanion

    Permalink
  9. object Fragments2Reads extends BDGCommandCompanion

    Permalink
  10. object MergeShards extends BDGCommandCompanion

    Permalink
  11. object PrintADAM extends BDGCommandCompanion

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

  13. object Reads2Fragments extends BDGCommandCompanion

    Permalink
  14. object Transform extends BDGCommandCompanion

    Permalink
  15. object TransformFeatures extends BDGCommandCompanion

    Permalink
  16. object Vcf2ADAM extends BDGCommandCompanion

    Permalink
  17. object View extends BDGCommandCompanion

    Permalink

Ungrouped