In [10]:
%%bash
java -Xmx4G -jar ../utilities/pilon-1.10.jar \
--genome ../data/RM8375/ref/CFSAN008157.HGAP.fasta \
--frags ../analysis/bioinf/sequence_purity/mapping/SRR1555296.bam \
--changes --vcf --tracks \
--fix "all" --debug #note --fix "all" default
Error with head, needed to rerun bwa with revised params file
Error with memory allocation, not sure if too many applicaitons running on laptop, or docker memory restrictions
In [12]:
%%bash
python ../analysis/bioinf/sequence_purity/run_bwa_mem_pe.py \
../analysis/bioinf/sequence_purity/bwa_mem_pipeline_params.txt
In [5]:
At
In [6]:
%%bash
ls ../data/RM8375/PGM/bam/*bam >HGAP.PGM.bams
samtools merge -b HGAP.PGM.bams HGAP_PGM.bam
samtools index HGAP_PGM.bam