Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker image issue #407

Open
YasirKusay opened this issue Aug 27, 2024 · 3 comments
Open

Docker image issue #407

YasirKusay opened this issue Aug 27, 2024 · 3 comments

Comments

@YasirKusay
Copy link

I am running Docker to create a new CTAT resource lib. Here is my command:

docker run -v `pwd`:/data --rm trinityctat/starfusion /bin/bash -c "chmod 770 /usr/local/src/STAR-Fusion/ctat-genome-lib-builder/lib/Pipeliner.pm; ./STAR-Fusion/ctat-genome-lib-builder/prep_genome_lib.pl --genome_fa /data/refs/GRCh38_masked_v2_decoy_gene.fasta --gtf /data/refs/gencode.v39.annotation.gtf --fusion_annot_lib /data/refs/fusion_lib.Mar2021.dat.gz --annot_filter_rule /data/refs/AnnotFilterRule.pm --pfam_db current --dfam_db human --human_gencode_filter --output_dir /data/custom_ctat"

I am using a custom hg38 fasta reference, the gencode v39 annotation and the fusion_lib.Mar2021.dat.gz fusion annotation lib. However, during this step:

* Running CMD: dfamscan.pl -fastafile ref_annot.cdsplus.fa -hmmfile homo_sapiens_dfam.hmm -dfam_outfile __dfam_ref_annot.cdsplus.fa/dfam.out --masking_thresh --cpu 4

It seems to hang infinitely. During another trial, it thew an error (I will try and replicate it). Could you please help me understand this issue?

@brianjohnhaas
Copy link
Contributor

brianjohnhaas commented Aug 28, 2024 via email

@YasirKusay
Copy link
Author

Strange, I dont see this in my ctat folder that is being generated

@YasirKusay
Copy link
Author

YasirKusay commented Aug 28, 2024

Just an update to this, I did see some new files created after 11 hours, so it seems to be progressing.

If my build fails, is it possible to resume the process from what I have so far, every single time I retry it it starts from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants