Skip to content

Commit

Permalink
Update TU502_2012_SNPAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
gwc32007 authored Feb 19, 2019
1 parent 34d4002 commit 108a52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TU502_2012_SNPAnalysis
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ time bwa index /scratch/gwc32007/crypto_genomes/cparvum_iowaII_genome.fasta
cd $PBS_O_WORKDIR

module load BWA/0.7.17-foss-2016b
time bwa mem -M -t 16 /scratch/gwc32007/crypto_genomes/cparvum_iowaII_genome.fasta /scratch/gwc32007/crypto_fastq/TU502_2012/SRR1015747_1.fastq /scratch/gwc32007/crypto_fastq/TU502_2012/SRR1015747_2.fastq > /scratch/gwc32007/fastq_alignments/TU502_2012_aln.sam
time bwa mem -M -t 16 /scratch/gwc32007/crypto_genomes/cparvum_iowaII_genome.fasta /scratch/gwc32007/crypto_fastq/TU502_2012/SRR1015747_1.fastq.gz /scratch/gwc32007/crypto_fastq/TU502_2012/SRR1015747_2.fastq.gz > /scratch/gwc32007/fastq_alignments/TU502_2012_aln.sam

#converts the .sam file to a more condensed .bam file

Expand Down

0 comments on commit 108a52e

Please sign in to comment.