fusioncatcher icon indicating copy to clipboard operation
fusioncatcher copied to clipboard

FusionCatcher keeps crashing at step 255

Open rituparna-13 opened this issue 2 years ago • 5 comments

Hi, I am running the FusionCatcher version 1.33 on single end RNA seq data with the following command:

../fusioncatcher/bin/fusioncatcher -d ../fusioncatcher/data/current/ --single-end --input ../from_Julia/ACGI428/FGC1222/ --output ./fusionCatcher_output/

It started unzipping the fastq.gz files and suddenly it starts looking for file init-0_FGC1222_s_3_AAGAGGCAAAGGAGTA.fastq which does not exists and it throws the following error:

==> Current working directory: '/gpfs/research/fangroup/rk18g/JuliaData_exp'
fastqtk \
lengths  \
 /gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/init-0_FGC1222_s_3_AAGAGGCAAAGGAGTA.fastq \
 /gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/single/log_lengths_single_reads_0.txt
--------------------------------------------------------------------------------
+-->EXECUTING...


ERROR: Workflow execution failed at step 255 while executing:
----------------
   fastqtk \
   lengths  \
    /gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/init-0_FGC1222_s_3_AAGAGGCAAAGGAGTA.fastq \
    /gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/single/log_lengths_single_reads_0.txt
----------------
  * Size '/gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/init-0_FGC1222_s_3_AAGAGGCAAAGGAGTA.fastq' = 0 bytes
  * Size '/gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/single/log_lengths_single_reads_0.txt' = 0 bytes


Executing second time the same step/command in order to capture error messages (i.e. STDERR)...

-------------------------------------------
ERROR: Failed to open the file '/gpfs/research/fangroup/rk18g/JuliaData_exp/fusionCatcher_output/init-0_FGC1222_s_3_AAGAGGCAAAGGAGTA.fastq'!

I am not sure why is it trying to look for a file that does not exist or maybe I need to add some parameters to the command line for running it. Can you please help me solve this?

rituparna-13 avatar Nov 03 '21 23:11 rituparna-13

Hi @phoenix1391

How many input FASTQ files are there? How long the reads are?

ndaniel avatar Nov 04 '21 11:11 ndaniel

Hello Daniel, There are 194 fastq files as input and the read length is 100.

rituparna-13 avatar Nov 04 '21 14:11 rituparna-13

Hi Daniel, I am commenting here again since I did not hear back from you. Please let me know if you need more information.

rituparna-13 avatar Nov 08 '21 20:11 rituparna-13

Hi,

sorry but FusionCatcher does not support single end reads of 100bp long.

Cheers, Daniel

ndaniel avatar Nov 09 '21 11:11 ndaniel

Hi Daniel,

I see. Thank you so much for letting me know.

Thanks, Ritu

rituparna-13 avatar Nov 09 '21 14:11 rituparna-13