Skip to content

Commit

Permalink
added props
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Aug 20, 2017
1 parent 0b41a58 commit 2f36bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/req/fasta.ts
Expand Up @@ -9,11 +9,11 @@ export class Fasta extends File
public sequences : number;
public validID : string;
public indexed : boolean;
public indexedForVisualization : boolean;
public indexing : boolean;
public indexingForVisualization : boolean;
public indexes : Array<any>;
public contigs : Array<Contig>;
public twoBitGenerated : boolean;
public faiGenerated : boolean;
public constructor(path : string)
{
/**
Expand Down

0 comments on commit 2f36bb6

Please sign in to comment.