You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried JAFFAL using JAFFA-version-2.2.0 on conda environment with gcc version 9.4. on 2 types of ONT data: human and dog.
It worked well when I used the example data (simulated data from JAFFAL paper) and when I used my own human data with hg38 JAFFA default reference but I got an issue on my dog data.
First, I followed the method from FAQ to generate reference files for a non-supported genome.
Then, I ran the following code:
I obtained an error similar to issue #57 but not exactly the same :
================================ Stage filter_transcripts (vico_R1) ================================
Done reading in transcript IDs
Reading the input alignment file, vico_R1.fastq/vico_R1.fastq.paf
terminate called after throwing an instance of ‘std::out_of_range’
what(): map::at
bash: line 1: 153335 Aborted (core dumped) /groups/dog/aurore/test_JAFFAL/conda_env/JAFFAL_env
/share/jaffa-2.2-0/tools/bin/process_transcriptome_align_table vico_R1.fastq/vico_R1.fastq.paf 1000 /groups/dog/aurore/test_JAFFAL/REF_canFam4/canFam4_UU_Cfam_GSD_1.0.tab > vico_R1.fastq/vico_R1.fastq.txt
ERROR: Command failed with exit status = 134 :
/groups/dog/aurore/test_JAFFAL/conda_env/JAFFAL_env/share/jaffa-2.2-0/tools/bin/process_transcriptome_align_ta
ble vico_R1.fastq/vico_R1.fastq.paf 1000 /groups/dog/aurore/test_JAFFAL/REF_canFam4/canFam4_UU_Cfam_GSD_1.0.ta
b > vico_R1.fastq/vico_R1.fastq.txt
========================================= Pipeline Failed ==========================================
One or more parallel stages aborted. The following messages were reported:
Branch vico_R1.fastq in stage Unknown reported message:
Command failed with exit status = 134 :
conda_env/JAFFAL_env/share/jaffa-2.2-0/tools/bin/process_transcriptome_align_ta
ble vico_R1.fastq/vico_R1.fastq.paf 1000 REF_canFam4/canFam4_UU_Cfam_GSD_1.0.ta
b > vico_R1.fastq/vico_R1.fastq.txt
head vico_R1.fastq.paf > temp.paf
jaffa-2.2-0/tools/bin/process_transcriptome_align_table temp.paf 1000 /groups/dog/aurore/test_JAFFAL/REF_canFam4/canFam4_UU_Cfam_GSD_1.0.tab > temp.txt
And I get the same error:
Done reading in transcript IDs
Reading the input alignment file, temp.paf
0
terminate called after throwing an instance of ‘std::out_of_range’
what(): map::at
Aborted (core dumped)
Could it be an issue due to the non-supported genome?
Thanks,
Aurore
The text was updated successfully, but these errors were encountered:
Hi, I've never had anyone ask about fusion calling in dog before. That's fascinating! Is it for cancer? or to identify structural variants between breeds? or something else?
JAFFAL expects the annotation to be Gencode or Ensembl (ie. a prefix of "EN" to the gene and transcript names). It looks like canFam5 and canFam3 have Ensembl annotations in UCSC Genome Browser, so you could try using one of those.
I will update our documentation to make it clear that Ensembl is needed.
My mistake, I didn’t pay attention that the chosen track changed from Ensembl to RefSeq when I selected Dog annotation. I will change my annotation files to reprocess jaffal and let you know if it works.
Indeed, with my colleague @tderrien, we are working on naturally occurring canine cancers and also breed-specific rearrangements. We wanted to test whether we could find common/orthologous fusion genes in dog and human cancers.
Hi,
Thanks for providing this interesting tool !
I tried JAFFAL using
JAFFA-version-2.2.0
on conda environment withgcc version 9.4.
on 2 types of ONT data: human and dog.It worked well when I used the example data (simulated data from JAFFAL paper) and when I used my own human data with hg38 JAFFA default reference but I got an issue on my dog data.
First, I followed the method from FAQ to generate reference files for a non-supported genome.
Then, I ran the following code:
I obtained an error similar to issue #57 but not exactly the same :
Here is preview on my file
vico_R1.fastq.paf
I ran again the following codes:
And I get the same error:
Could it be an issue due to the non-supported genome?
Thanks,
Aurore
The text was updated successfully, but these errors were encountered: