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 File "cmd_line_sctcrseq.py", line 111 #1

Open
benjaminviart opened this issue Jun 17, 2019 · 0 comments
Open

Error File "cmd_line_sctcrseq.py", line 111 #1

benjaminviart opened this issue Jun 17, 2019 · 0 comments

Comments

@benjaminviart
Copy link

benjaminviart commented Jun 17, 2019

Hi,

I'm trying to run scTCRseq and it sends the following error =>


~/bin/scTCRseq/scTCRseq$ python cmd_line_sctcrseq.py --fastq1 ./XXXR1.fastq.gz --fastq2 ./XXXR2.fastq.gz --species human --outdir ./OUT --label test
running on PE FQ files ./XXXR1.fastq.gz and ./XXXR2.fastq.gz
species=human
BLAST eval=1e-10
MIN COVERAGE=5
INSERT SIZE=300
outdir=./OUT
label=test
Killed
Killed
Traceback (most recent call last):
File "cmd_line_sctcrseq.py", line 111, in
medianLengths=sctcrfuncs.return_fastq_median_read_lengths(myFastq1,outName+".medianreadlength.txt",lengthScript)
File "/home/benjamin/bin/scTCRseq/scTCRseq/sctcrfuncs.py", line 96, in return_fastq_median_read_lengths
return(int(os.popen(cmd).read()))
ValueError: invalid literal for int() with base 10: ''


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

1 participant