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

Failure at tsebra step #77

Open
GallVp opened this issue Oct 28, 2024 · 3 comments
Open

Failure at tsebra step #77

GallVp opened this issue Oct 28, 2024 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@GallVp
Copy link
Member

GallVp commented Oct 28, 2024

Description of the bug

INFO:    Environment variable SINGULARITYENV_TMPDIR is set, but APPTAINERENV_TMPDIR is preferred
INFO:    Environment variable SINGULARITYENV_NXF_DEBUG is set, but APPTAINERENV_NXF_DEBUG is preferred
INFO:    fuse2fs not found, will not be able to mount EXT3 filesystems
### READING GENE PREDICTION: [ET33_1.clean.gtf]
### READING EXTRINSIC EVIDENCE: [hintsfile.gff]
### BUILD OVERLAP GRAPH
Traceback (most recent call last):
  File "/usr/local/bin/tsebra.py", line 235, in <module>
    main()
  File "/usr/local/bin/tsebra.py", line 97, in main
    graph.build()
  File "/usr/local/bin/overlap_graph.py", line 185, in build
    if self.compare_tx_cds(tx1, tx2):
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/bin/overlap_graph.py", line 207, in compare_tx_cds
    coords += [c + [int(phase)] for phase, coord_phase in tx1.get_type_coords('CDS').items() for c in coord_phase]
                    ^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '.'

Command used and terminal output

nextflow run plant-food-research-open/genepal -r 0.4.0 \
  -profile singularity \
  --input assemblysheet.csv \
  --rna_evidence samplesheet.csv \
  --liftoff_annotations lift.csv \
  --repeat_annotator edta \
  --skip_fastp True \
  --edta_is_sensitive True \
  --protein_evidence Araport11_pep_20220914.fasta \
  --outdir deneme

Relevant files

No response

System information

plant-food-research-open/genepal -r 0.4.0

@GallVp GallVp added the bug Something isn't working label Oct 28, 2024
@GallVp GallVp added this to the 0.5.0 milestone Oct 28, 2024
@GallVp GallVp self-assigned this Oct 28, 2024
@GallVp GallVp modified the milestones: 0.5.0, backlog Nov 14, 2024
@GallVp GallVp removed this from the backlog milestone Nov 21, 2024
@GallVp GallVp removed their assignment Nov 21, 2024
@GallVp
Copy link
Member Author

GallVp commented Dec 2, 2024

Possibly linked to #115

@GallVp GallVp self-assigned this Dec 2, 2024
@GallVp GallVp added this to the 0.5.1 milestone Dec 2, 2024
@GallVp
Copy link
Member Author

GallVp commented Dec 4, 2024

Possibly linked to #120

@GallVp
Copy link
Member Author

GallVp commented Dec 4, 2024

Possibly linked to #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant