Hello,
For the Manhattan plot, FUMA just uses the input GWAS summary statistics that you supplied so it's independent of the downstream processes.
For the identification of genomic loci and lead SNPs, FUMA requires that the significant SNPs (pval < 5e-8) exists in the reference. You selected
refpanel = 1KG/Phase3
pop = AFR
Second, did you make sure that the coordinates are in hg19?
Third, you mentioned that you supplied a lead snp file. These are the errors:
Input lead SNP 1:41660040 does not exists in input gwas file
Input lead SNP 1:75742877 does not exists in input gwas file
Input lead SNP 1:12220138 does not exists in input gwas file
Input lead SNP 1:24960666 does not exists in input gwas file
Input lead SNP 1:15353548 does not exists in input gwas file
Input lead SNP 1:42930547 does not exists in input gwas file
Input lead SNP 1:34902776 does not exists in input gwas file
Input lead SNP 1:86133762 does not exists in input gwas file
Input lead SNP 1:24417832 does not exists in input gwas file
Input lead SNP 2:146246450 does not exists in input gwas file
Input lead SNP 2:1361345 does not exists in input gwas file
Input lead SNP 2:216700776 does not exists in input gwas file
Input lead SNP 2:144204376 does not exists in input gwas file
Input lead SNP 2:46228370 does not exists in input gwas file
Input lead SNP 2:127067636 does not exists in input gwas file
Input lead SNP 3:110016980 does not exists in input gwas file
Input lead SNP 3:65906794 does not exists in input gwas file
Input lead SNP 3:121481090 does not exists in input gwas file
Input lead SNP 3:120940977 does not exists in input gwas file
etc.... for the rest of the chromosomes
So it appears that the lead snp file might not be correct.
Best,
Tanya