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
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 file