C# 클래스 PrimerDesigner.RealPrimerBlastRun

파일 보기 프로젝트 열기: igemsoftware/BU_Wellesley_Software_2011 1 사용 예제들

공개 메소드들

메소드 설명
BlastArgs ( String genomes ) : String[]

Specifies arguments for BLAST results for all five TB genomes. Format ex: blast_results_CDC1551.xml

MakeBlastDB ( String genomes ) : String[]

Specifies argements for the makeblastbd command.

RealPrimerBlastRun ( String primerSequence, String genomes ) : System
Run ( ) : void

Starts a new Command process.

WriteSequenceFasta ( String sequence, String filename, String description ) : void
WriteSequenceText ( String sequence ) : void

Writes the inputted sequence to a text file. We will write to the GnomesFolder in the bin folder of the executable. Used for Primer Sequence

메소드 상세

BlastArgs() 공개 메소드

Specifies arguments for BLAST results for all five TB genomes. Format ex: blast_results_CDC1551.xml
public BlastArgs ( String genomes ) : String[]
genomes String String array of genomes being made into databases
리턴 String[]

MakeBlastDB() 공개 메소드

Specifies argements for the makeblastbd command.
public MakeBlastDB ( String genomes ) : String[]
genomes String String array of genomes being made into databases
리턴 String[]

RealPrimerBlastRun() 공개 메소드

public RealPrimerBlastRun ( String primerSequence, String genomes ) : System
primerSequence String
genomes String
리턴 System

Run() 공개 메소드

Starts a new Command process.
public Run ( ) : void
리턴 void

WriteSequenceFasta() 공개 메소드

public WriteSequenceFasta ( String sequence, String filename, String description ) : void
sequence String
filename String
description String
리턴 void

WriteSequenceText() 공개 메소드

Writes the inputted sequence to a text file. We will write to the GnomesFolder in the bin folder of the executable. Used for Primer Sequence
public WriteSequenceText ( String sequence ) : void
sequence String String of the DNA sequence being written to file
리턴 void