I am having an issue with the PanSN naming for pggb fastas and would love thoughts!
I am running:
fastix -p "NP117#hap#" 117_Assembly.fasta > 117_shasta_fastix_output.fasta
But run into naming issues with:
pggb -i combined_aligned_contigs.fasta.gz -o pangenome
[pggb] warning: there are sequence names (like 'NP117#hap#178') that do not match the Pangenome Sequence Naming (PanSN). [pggb] ERROR: -n/--n-haplotypes must be greater than or equal to 1 when the Pangenome Sequence Naming (PanSN) is not respected.
Unsure what the issue is as the fastix example is:
fastix -p "gen#1#" genome.fa > genome_prefixed.fa
Any thoughts?