You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I'm new to coding and Snakemake so I needed some help.
Unfortunately, I've encountered a problem when I tried the bash run.sh all_harmonize_target_genotypes step when trying to use VCF as input.
Following the documentation, my target_list configuration looks like this:
name path type
result37 /home/felicia/asian_result37/result37zip_chromosomes/result37_chr samp_imp_vcf
I have tried using both .vcf and .vcf.gz file as input but both times, the error message below appears.
MissingInputException in rule harmonize_target_genotypes in file /home/felicia/prspipe/workflow/rules/genotype_harmonization.smk, line 29:
Missing input files for rule harmonize_target_genotypes:
output: custom_input/result37/genotypes/chr1.bim, custom_input/result37/genotypes/chr1.bed, custom_input/result37/genotypes/chr1.fam
wildcards: bbid=result37, chr=1
affected files:
/home/felicia/asian_result37/result37_chromosomes/result37_chr1.vcf
I'm not sure what went wrong or which input I am missing in this case, can anybody help me? Thanks!
The text was updated successfully, but these errors were encountered:
Hi everyone, I'm new to coding and Snakemake so I needed some help.
Unfortunately, I've encountered a problem when I tried the
bash run.sh all_harmonize_target_genotypes
step when trying to use VCF as input.Following the documentation, my target_list configuration looks like this:
I have tried using both .vcf and .vcf.gz file as input but both times, the error message below appears.
I'm not sure what went wrong or which input I am missing in this case, can anybody help me? Thanks!
The text was updated successfully, but these errors were encountered: