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 [ ]:
In [12]:
%%bash
python ../analysis/bioinf/sequence_purity/run_bwa_mem_pe.py \
../analysis/bioinf/sequence_purity/bwa_mem_pipeline_params.txt
In [5]:
%%bash
java -Xmx8G -jar ../utilities/pilon-1.10.jar \
--genome ../data/RM8375/ref/CFSAN008157.HGAP.fasta \
--unpaired ../data/RM8375/PGM/bam/IonXpress_001_R_2014_03_23_18_22_09_user_SN2-17-8375_Orthogonal_Measurement_1_Run_2_PacBioRef2.bam \
--changes --vcf --tracks \
--fix "all" --debug #note --fix "all" default