Closed soisa001 closed 1 year ago
Hi @soisa001
Did you sort the input bam file? I mean read_alignment.bam
Hi Mobin,
I didn't do that as it wasn't mentioned on the github page. Is it a required step? I would mention it in that case. I will try doing that now and let you know if it works.
Thank you
Sorry You're right just updated the README.
Running flagger_end_to_end.wdl via Cromwell with a slurm backend, I have an error in the call-preprocess step. It looks like the error is that the index cannot be created for the bam.
Inputs are the HPRC assemblies and aligned bam (minimap2) from https://s3-us-west-2.amazonaws.com/human-pangenomics/index.html?prefix=working/HPRC_PLUS/HG00733/. Specifically, HG00733.maternal.f1_assembly_v2_genbank.fa.gz, HG00733.paternal.f1_assembly_v2_genbank.fa.gz,and HG00733_20190925_EEE_m54329U_190607_185248.Q20.fastq.gz. hap1 and hap2toRefBam files are generated with asm2asmAlignment.wdl.
cat HG00733.maternal.f1_assembly_v2_genbank.fa.gz HG00733.paternal.f1_assembly_v2_genbank.fa.gz > combined.fa.gz
minimap2-ax map-pb --threads 32 --cs --eqx -Y -L -I8g combined.fa.gz HG00733_20190925_EEE_m54329U_190607_185248.Q20.fastq.gz > read_alignment.sam
samtools view -hb read_alignment.sam > read_alignment.bam
Input along with recommended FlaggerEndToEnd inputs are passed into cromwell as a json file (see attached inputs.json). Config is also attached.
Error message:
config_and_inputs.zip