We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I got following error: Microsatellite Analysis for Normal-Tumor InStability (v1.0.3) python /gpfs/gsfs6/users/MoCha/patidarr/MANTIS/kmer_repeat_counter.py \ -b /data/MoCha/patidarr/MANTIS/loci.bed \ -n /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841_germline~WES/714841_germline~WES.bwa.final.bam \ -t /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841~288-R~KV6MF7NX7~WES/714841~288-R~KV6MF7NX7~WES.bwa.final.bam \ -o /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841~288-R~KV6MF7NX7~WES/MANTIS/714841~288-R~KV6MF7NX7~WES.kmer_counts.txt \ --min-read-quality 25.0 \ --min-locus-quality 30.0 \ --min-read-length 35 \ --genome /data/MoCha/patidarr/ref/ucsc.hg19.fasta \ --threads 20 Getting repeat counts for repeat units (k-mers) ... Error with k-mer repeat count calculations; terminating program.
Microsatellite Analysis for Normal-Tumor InStability (v1.0.3) python /gpfs/gsfs6/users/MoCha/patidarr/MANTIS/kmer_repeat_counter.py \ -b /data/MoCha/patidarr/MANTIS/loci.bed \ -n /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841_germline~WES/714841_germline~WES.bwa.final.bam \ -t /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841~288-R~KV6MF7NX7~WES/714841~288-R~KV6MF7NX7~WES.bwa.final.bam \ -o /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841~288-R~KV6MF7NX7~WES/MANTIS/714841~288-R~KV6MF7NX7~WES.kmer_counts.txt \ --min-read-quality 25.0 \ --min-locus-quality 30.0 \ --min-read-length 35 \ --genome /data/MoCha/patidarr/ref/ucsc.hg19.fasta \ --threads 20 Getting repeat counts for repeat units (k-mers) ... Error with k-mer repeat count calculations; terminating program.
Could you please let me know how do I resolve it?
Thanks, Rajesh
The text was updated successfully, but these errors were encountered:
Is kmer_repeat_counter.py in the same folder as mantis.py?
Sorry, something went wrong.
Yes they are in the same folder. I got error on a few samples of >1000 I processed.
Try running the new iss010 branch. This won't fix the problem, but should provide the information needed to identify it.
Sure, I can try the new branch.
Thanks!!
structures.py
rbonneville
No branches or pull requests
Hi,
I got following error:
Microsatellite Analysis for Normal-Tumor InStability (v1.0.3) python /gpfs/gsfs6/users/MoCha/patidarr/MANTIS/kmer_repeat_counter.py \ -b /data/MoCha/patidarr/MANTIS/loci.bed \ -n /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841_germline~WES/714841_germline~WES.bwa.final.bam \ -t /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841~288-R~KV6MF7NX7~WES/714841~288-R~KV6MF7NX7~WES.bwa.final.bam \ -o /gpfs/gsfs6/users/MoCha/processedDATA/714841/20170910/714841~288-R~KV6MF7NX7~WES/MANTIS/714841~288-R~KV6MF7NX7~WES.kmer_counts.txt \ --min-read-quality 25.0 \ --min-locus-quality 30.0 \ --min-read-length 35 \ --genome /data/MoCha/patidarr/ref/ucsc.hg19.fasta \ --threads 20 Getting repeat counts for repeat units (k-mers) ... Error with k-mer repeat count calculations; terminating program.
Could you please let me know how do I resolve it?
Thanks,
Rajesh
The text was updated successfully, but these errors were encountered: