Skip to content

Commit

Permalink
Fix file name for accuracy (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshoe committed Jul 28, 2020
1 parent ea97a51 commit 5bf533b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ class ConsensusGenomeView extends React.Component {
{/* TODO: Migrate to come from an output file listing what went into the ZIP. */}
<div className={cs.emphasis}>consensus.fa</div>
<div className={cs.emphasis}>depths.png</div>
<div className={cs.emphasis}>report.txt</div>
<div className={cs.emphasis}>report.tsv</div>
<div className={cs.emphasis}>report.txt</div>
<div>aligned_reads.bam</div>
<div>ercc_stats.txt</div>
<div>no_host_1.fq.gz</div>
<div>no_host_2.fq.gz</div>
<div>primertrimmed.bai</div>
<div>primertrimmed.bam.bai</div>
<div>primertrimmed.bam</div>
<div>stats.json</div>
<div>variants.vcf.gz</div>
Expand Down

0 comments on commit 5bf533b

Please sign in to comment.