Skip to content

Commit

Permalink
corrected fastq index command
Browse files Browse the repository at this point in the history
  • Loading branch information
gongyixiao authored Nov 2, 2016
1 parent 2a205e6 commit 9abb2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion referenceFiles/files_needed.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wget http://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/hg19.2bit

twoBitToFa hg19.2bit genome.fa

samtools index genome.fa
samtools faidx genome.fa

# gene.gtf
wget ftp://ftp.sanger.ac.uk/pub/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz
Expand Down

0 comments on commit 9abb2bd

Please sign in to comment.