Closed cwarden45 closed 4 years ago
I found that I can resolve this particular issue with the following change:
temp_folder = tempdir()
For some reason, STITCH had a problem if I tried to define a "temp" subfolder in the same directory (which I could readily delete).
This causes the program to run without error messages.
I still have some questions (such as where to find position file that works best with STITCH across all chromosomes), but I will first test using a set of positions that I have compared with the 1000 Genomes Omni SNP chip. I also see a potentially useful function with the downsampleFraction
parameter, but I will also create a separate issue if I start testing that and I encounter a problem.
This definitely seems to be a bug, I'm looking through it now
argh, github can't interpret "should" before "fix". we'll see if this passes tests
OK, this does indeed seem to be fixed now
Thank you for following up. I am glad that you were able to find and fix the bug.
Hi,
I have a different issue where I am trying to test creating imputations with a new .bam file and a table of genotypes from reference files.
However, I thought perhaps testing STITCH when I only provide .bam files (without "reference" parameters) may help me understand the other issue and/or it may help to have 2 sets of STITCH imputations to compare.
Here is the current command that I am trying to run:
And this is the error message that I am getting:
I also have some additional information about the file preparation here, but I think this involves providing fewer details for troubleshooting that that other example.
Can you please help me troubleshoot this issue?
Thank You, Charles