Package org.snpsift

Class SnpSiftCmdExtractFields

java.lang.Object
org.snpsift.SnpSift
org.snpsift.SnpSiftCmdExtractFields
All Implemented Interfaces:
org.snpeff.snpEffect.commandLine.CommandLine, org.snpeff.snpEffect.VcfAnnotator

public class SnpSiftCmdExtractFields extends SnpSift
Extract fields from VCF file to a TXT (tab separated) format
Author:
pablocingolani
  • Field Details

  • Constructor Details

    • SnpSiftCmdExtractFields

      public SnpSiftCmdExtractFields()
    • SnpSiftCmdExtractFields

      public SnpSiftCmdExtractFields(String[] args)
  • Method Details

    • init

      public void init()
      Description copied from class: SnpSift
      Initialize default values
      Overrides:
      init in class SnpSift
    • parseArgs

      public void parseArgs(String[] args)
      Parse command line arguments
      Specified by:
      parseArgs in interface org.snpeff.snpEffect.commandLine.CommandLine
      Overrides:
      parseArgs in class SnpSift
    • run

      public boolean run()
      Run main algorithm
      Specified by:
      run in interface org.snpeff.snpEffect.commandLine.CommandLine
      Overrides:
      run in class SnpSift
    • run

      public List<String> run(boolean createList)
    • usage

      public void usage(String msg)
      Show usage message
      Specified by:
      usage in interface org.snpeff.snpEffect.commandLine.CommandLine
      Overrides:
      usage in class SnpSift
      Parameters:
      msg -