-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing output files #70
Comments
Can you share the version of the software being used? Does it work on the test data in the repository? |
Hi Caleb, Thanks for your reply. "pysam.utils.SamtoolsError: 'samtools returned with error 1: stdout=, stderr=samtools idxstats: failed to read header for "test_barcode.bam"\n'" Listed the version of the software in the conda environment to run mgatk. libgcc_mutex 0.1 main Many thanks for your help, |
Hi, just curious if this issue resolved itself? I'm guessing it was a function of a missing R package? |
I am also missing the same three files with I can reproduce this behaviour when I run with the test files: I found the following line in the logfile: Since I'd installed the dependencies for Line 6 in 8ffeac8
After getting over the import error I hit
Before I try and work by way around this by updating the source code, can I check if this is something that's has already been resolved in another branch or noted and will be resolved soon, so I don't duplicate work. |
Hi team,
Thanks for sharing this very useful tool. I ran mgatk tenx using my own scATACseq data.
mgatk tenx -i possorted_bam.bam -n mytest -o mytest_mgatk -c 8 -bt CB -b barcodes.tsv
I can only generate 9 files in Final folder (*.A.txt.gz, *.C.txt.gz, *.G.txt.gz, *.T.txt.gz, *.coverage.txt.gz, *.depthTable.txt, **_refAllele.txt, *.rds, .signac.rds), 3 files were missing (.variant_stats.tsv.gz, *.cell_heteroplasmic_df.tsv.gz, *.vmr_strand_plot.png). The code ran successfully without any error message. The variants and heteroplasmies files are the ones I'm interested the most.
Could you let me know how to fix it and generate the full set of outputs, please?
Many thanks,
Wei
The text was updated successfully, but these errors were encountered: