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

Star error #2

Open
sscien opened this issue Jan 13, 2022 · 1 comment
Open

Star error #2

sscien opened this issue Jan 13, 2022 · 1 comment

Comments

@sscien
Copy link
Collaborator

sscien commented Jan 13, 2022

EXITING because of FATAL ERROR: could not open genome file /diskmnt/Projects/Users/dcui/Projects/Fusion_hg38/Integrate_dependencies/STAR//genomeParameters.txt
SOLUTION: check that the path to genome files, specified in --genomeDir is correct and the files are present, and have user read permsissions

@sscien
Copy link
Collaborator Author

sscien commented Jan 13, 2022

Solution:

Update the dependencies path and also update the dependencies since we updated STAR from 2.7.2 to 2.7.8a

Update genomeDir in fusion_pipeline_ris_v1.sh

STAR --runThreadN 80 --genomeDir /storage1/fs1/dinglab/Active/Projects/PECGS/PECGS_pipeline/Fusion/STAR-Fusion_dependencies/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_genome.fa.star.idx --readFilesCommand zcat --readFilesIn ../${fq_1} ../${fq_2} --outSAMtype BAM Unsorted --outFileNamePrefix star --chimSegmentMin 18 --chimOutType WithinBAM --outSAMunmapped Within 1> ../logs/star.out 2> ../logs/star.err

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

1 participant