Skip to content
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

error debug help #124

Open
maxozo opened this issue Oct 28, 2021 · 2 comments
Open

error debug help #124

maxozo opened this issue Oct 28, 2021 · 2 comments

Comments

@maxozo
Copy link

maxozo commented Oct 28, 2021

Hi, running souporcell i get the following error:

Traceback (most recent call last):
  File "/opt/souporcell/souporcell_pipeline.py", line 596, in <module>
    doublets(args, ref_mtx, alt_mtx, cluster_file)
  File "/opt/souporcell/souporcell_pipeline.py", line 541, in doublets
    subprocess.check_call([directory+"/troublet/target/release/troublet", "--alts", alt_mtx, "--refs", ref_mtx, "--clusters", cluster_file], stdout = dub, stderr = err)
  File "/usr/local/envs/py36/lib/python3.6/subprocess.py", line 311, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/souporcell/troublet/target/release/troublet', '--alts', '6123STDY10205670/alt.mtx', '--refs', '6123STDY10205670/ref.mtx', '--clusters', '6123STDY10205670/clusters_tmp.tsv']' returned non-zero exit status 101.

Any idea whats causing this?

@GenOnyx
Copy link

GenOnyx commented Feb 8, 2022

Hi,
I am getting the same error. The input command I have used is:
python souporcell_pipeline.py -i A.merged.bam -b GSM2560245_barcodes.tsv -f genome.fa -t 32 -o CPT204c -k 6 --known_genotypes 21_00204.vcf

Is there any specific input format required that I am missing?
@maxozo were you able to fix the issue?

@timslittle
Copy link

This is quite old now but in case it is possibly helpful at all some solutions are suggested here: Issue#128. I also encountered this problem and the issue was that I was re-starting a failed pipeline and needed to delete the old .done files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants