Closed Arthurdyu closed 3 weeks ago
dir="/share/home/wanglamei/Data/t10sal/fasta10" time parsnp -r ${dir}/GCA_000003645.1_ASM364v1_genomic.fasta -d ${dir} -p 10 -c -x
Hi @Arthurdyu,
Do you run into the same issue if you omit the -c
flag? My guess is that one (or more) of the input assemblies is throwing off the core-genome identification.
Best, Bryce
Thanks a lot ! @bkille
Actually, I want to filter and reconstitute the region. In the old version, -x needs to be used. However, in the new version, I don't know if it can still be used. The following are the differences of -x in the old and new versions:
Version: 1.2
'''
<
Thanks for opening #163 (and sorry for forgetting about this one). Feel free to close this issue if the only remaining issue is the recombination filter.
13:17:08 - [1;37mINFO[0m - |--Parsnp 2.0.5--|
13:17:08 - [1;37mINFO[0m -
SETTINGS: |-refgenome: /share/home/wanglamei/Data/t10sal/fasta10/GCA_000003645.1_ASM364v1_genomic.fasta |-genomes:
/share/home/wanglamei/Data/t10sal/fasta10/GCA_000008165.1_ASM816v1_genomic.fasta /share/home/wanglamei/Data/t10sal/fasta10/GCA_000008005.1_ASM800v1_genomic.fasta ...6 more file(s)... /share/home/wanglamei/Data/t10sal/fasta10/GCA_000003955.1_ASM395v1_genomic.fasta /share/home/wanglamei/Data/t10sal/fasta10/GCA_000008445.1_ASM844v1_genomic.fasta |-aligner: muscle |-outdir: /share/home/wanglamei/ParSNP/P_2024_09_25_131708925604 |-OS: Linux |-threads: 10
13:17:08 - [1;37mINFO[0m - <>
13:17:08 - [1;37mINFO[0m - No genbank file provided for reference annotations, skipping..
13:17:08 - [1;33mWARNING[0m - File /share/home/wanglamei/Data/t10sal/fasta10/GCA_000008425.1_ASM842v1_genomic.fasta is 1.25x shorter than reference genome!
13:17:09 - [1;37mINFO[0m - Too few genomes to run partitions of size >50. Running all genomes at once.
13:17:09 - [1;37mINFO[0m - Running Parsnp multi-MUM search and libMUSCLE aligner...
13:18:14 - [1;31mCRITICAL[0m - Aligned regions cover less than 1% of reference genome, something is not right
Adjust params and rerun. If issue persists please submit a GitHub issue
real 1m5.678s user 1m5.894s sys 0m1.797s