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
This is an extremely important feature if you use docker to run TPMCalculator. All of the files created by it will be in the root directory, not the mounted volume, so as soon as the container ends, all of the files are gone.
I got around it by running a script of TPMCalculator where /mnt/ is the internal mount point:
cd /mnt/
TPMCalculator -g /mnt/gencode44/chr21.gtf -b /mnt/chr21.bam
New feature to be added
The text was updated successfully, but these errors were encountered: