STAR-Fusion/STAR-Fusion-Tutorial

trinityctat/ctatfusion Docker image does not exist

Opened this issue · 14 comments

Hello,
I tried to follow this tutorial but got an error message in "docker pull trinityctat/ctatfusion".
trinityctat/ctatfusion Docker image does not exist.

I have pulled jfx319/ctatfusion but it does not come with prep_genome_lib.pl

Could you tell me if any Docker image replace trinityctat/ctatfusion?

Thank you for your help,

Hi,
the screen capture is not attached correctly, sorry.

Screenshot 2022-11-03 142248

Thank you very much for updating the indicated tutorial.

I have tried to work with the updated docker command yesterday and it is still at the dfam step ( around 8 hours later).
I will let you know if this dfam step ends one day.

Otherwise, I am downloading the plug-n-play version of CTAT Genome Lib GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play.tar.gz. Hope this download could end without any trouble.

Could you confirm me that this GRCh38_gencode_v37_CTAT_lib is compatible with the tutorial data?

Thank you again for your helps and suggestions.

Hello,

I'd like you know that the "Preparing a CTAT Genome Lib" step ends with success after 4 days of running with updated docker command line.

I can finally try to use STAR-fusion to predict Fusions.

Thank you again for your helps.

Yes, I tried to run the tutorial with plug-n-play genome lib but I don't think it works.

Maybe I did something wrong.

  1. I putted the [GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play.tar.gz] in the same directory of STAR-Fusion (should I put in a specified directory ?)
  2. I launched docker run with following command lines :
    docker run --rm -it -v ${pwd}:/data trinityctat/starfusion:latest bash
    cd /data/
    STAR-Fusion
    --left_fq rnaseq_1.fastq.gz
    --right_fq rnaseq_2.fastq.gz
    --output_dir star_fusion_outdir

I saw STAR-Fusion printing on the screen but I do not have the expected star_fusion_outdir

Here is the capture of my screen :
Screenshot 2022-11-07 234625

I tried to run STAR-Fusion using the plug-n-play genome lib s you mentioned but it stopped due to insufficient RAM.

i think it will work if I have enough RAM.
Screenshot 2022-11-08 185509