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

index not built #15

Closed
stfacc opened this issue Sep 10, 2020 · 4 comments
Closed

index not built #15

stfacc opened this issue Sep 10, 2020 · 4 comments

Comments

@stfacc
Copy link

stfacc commented Sep 10, 2020

Running CIRIquant for circRNA quantification I obtain the error shown at the end of the attached log file.

It seems that the index is not built for some reason.
CAN_FCX.log

@Kevinzjy
Copy link
Member

Hi @stfacc , could you show me the content in /data/kronos/sfacchini/rnaseq/circrna/CAN_FCX/circ/CAN_FCX_index.ciri and /data/kronos/sfacchini/rnaseq/circrna/CAN_FCX/CIRIerror.log ? It seems that CIRI2 failed to detect circRNAs from your data.

@stfacc
Copy link
Author

stfacc commented Sep 14, 2020

CAN_FCX_index.ciri does not exist, there are instead CAN_FCX.ciri and CAN_FCX_index.fa: both files are empty.
CIRIerror.log is also empty.

I saw in the main log that the phase [Thu 2020-09-10 14:40:12] [INFO ] Extract circular sequence begins before all 64 threads completed the previous phase.

I tried reducing the number of threads to 16 and it worked fine.

@Kevinzjy
Copy link
Member

Kevinzjy commented Sep 15, 2020

Thanks for the feedback. By the way, running CIRI2 using multi-threads requires a large amounts of RAM, and we do not recommend to use more than 20 threads under any circumstances.

@algaebrown
Copy link

I experience a similar problem with 16 threads

[Fri 2022-05-27 18:36:29] [INFO ] Extract circular sequence
[Fri 2022-05-27 18:36:29] [INFO ] Building circular index ..
Settings:
  Output files: "/oasis/tscc/scratch/hsher/circSTAMP_pipe/output/circ/APO-noD-R_index.*.ht2"
  Line rate: 6 (line is 64 bytes)
  Lines per side: 1 (side is 64 bytes)
  Offset rate: 4 (one in 16)
  FTable chars: 10
  Strings: unpacked
  Local offset rate: 3 (one in 8)
  Local fTable chars: 6
  Local sequence length: 57344
  Local sequence overlap between two consecutive indexes: 1024
  Endianness: little
  Actual local endianness: little
  Sanity checking: disabled
  Assertions: disabled
  Random seed: 0
  Sizeofs: void*:8, int:4, long:8, size_t:8
Input files DNA, FASTA:
  /oasis/tscc/scratch/hsher/circSTAMP_pipe/output/circ/APO-noD-R_index.fa
Warning: Empty fasta file: '/oasis/tscc/scratch/hsher/circSTAMP_pipe/output/circ/APO-noD-R_index.fa'
Warning: All fasta inputs were empty
Total time for call to driver() for forward index: 00:00:00
Error: Encountered internal HISAT2 exception (#1)
Command: hisat2-build --wrapper basic-0 -p 16 -f /oasis/tscc/scratch/hsher/circSTAMP_pipe/output/circ/APO-noD-R_index.fa /oasis/tscc/scratch/hsher/circSTAMP_pipe/output/circ/APO-noD-R_index 
[Fri 2022-05-27 18:36:38] [INFO ] De novo alignment for circular RNAs ..
(ERR): "/oasis/tscc/scratch/hsher/circSTAMP_pipe/output/circ/APO-noD-R_index" does not exist
Exiting now ...

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

3 participants