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
When running the 5p10XTCR example in a docker container the pipeline runs until the following point and then fails:
...<lines above cut>...
TRA chains: 156 (55.12%)
TRB chains: 127 (44.88%)
TCR_out/TCR_testrun_bcreads.fasta
TCR_out/TCR_testrun_ref/
Feb 19 22:24:35 ..... started STAR run
Feb 19 22:24:35 ... starting to generate Genome files
genomeGenerate.cpp:150:genomeGenerate: exiting because of *OUTPUT FILE* error: could not create output file TCR_out/TCR_testrun_ref//genomeParameters.txt
Solution: check that the path exists and you have write permission for this file
It looks like there might be an error in genomeGenerate.cpp putting in an additional / character into the path for the output file
The text was updated successfully, but these errors were encountered:
When running the 5p10XTCR example in a docker container the pipeline runs until the following point and then fails:
It looks like there might be an error in
genomeGenerate.cpp
putting in an additional/
character into the path for the output fileThe text was updated successfully, but these errors were encountered: