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
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: ''
The text was updated successfully, but these errors were encountered:
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: ''
The text was updated successfully, but these errors were encountered: