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
Reading in query file...
Frac with potential copy numbers: 0.0734379924922
Reading SNP file at tumor.snp_formatted.txt
Reading SNP file at normal.snp_formatted.txt
Reading interval file at tumor.interval_count
Calculating BAFs
Determining heterozygosity.
Calculating BAFs.
First round of clustering...
Traceback (most recent call last):
File "/tools/THetA/bin/../python/RunTHetA.py", line 514, in <module>
main()
File "/tools/THetA/bin/../python/RunTHetA.py", line 291, in main
resultsfile2, boundsfile2 = run_fixed_N(2, args, intervals)
File "/tools/THetA/bin/../python/RunTHetA.py", line 328, in run_fixed_N
lengths, tumorCounts, normalCounts, m, upper_bounds, lower_bounds, clusterAssignments, numClusters, clusterMeans, normalInd = clustering_BAF(n, intervals=intervals, missingData=missingData, prefix=prefix, outdir=directory, numProcesses=num_processes)
File "/tools/THetA/python/ClusteringBAF.py", line 99, in clustering_BAF
metaData = generate_meta_data(intervals, byChrm, numProcesses, sampleName, generateData, outdir)
File "/tools/THetA/python/ClusteringBAF.py", line 152, in generate_meta_data
results = p.map(cluster_wrapper, zip(intervals, linearizedSampleName, linearizedChrm, linearizedGenerateData))
File "/storage/miniconda2/lib/python2.7/multiprocessing/pool.py", line 253, in map
return self.map_async(func, iterable, chunksize).get()
File "/storage/miniconda2/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
AttributeError: 'module' object has no attribute 'MOVBBirthMergeAlg'
The text was updated successfully, but these errors were encountered:
I installed THetA and bnpy using source files from github, but encounter this error:
The text was updated successfully, but these errors were encountered: