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

Update with significant software releases #8

Closed
21 of 22 tasks
KristinaGagalova opened this issue Dec 19, 2023 · 8 comments
Closed
21 of 22 tasks

Update with significant software releases #8

KristinaGagalova opened this issue Dec 19, 2023 · 8 comments
Assignees
Labels
version-update-needed Check for new releases

Comments

@KristinaGagalova
Copy link
Owner

KristinaGagalova commented Dec 19, 2023

Current versions and available ones

Major

  • RepeatModeller 1.0.11-> 2.0.3

Minor

  • RepeatMasker open-4.0.9 -> 4.1.5
  • MMseqs 9-d36de -> v14.7e284
  • vsearch v2.14.1 -> v2.26.1
  • HMMer 3.2.1 -> 3.4
  • Blast+ 2.9.0 -> 2.14.1 #dependency
  • bedtools 2.28.0 -> v2.31.1
  • viennarna 2.4.13 -> 2.6.4
  • Decipher 2.14.1 -> v2.30.0
  • genometools 1.5.10 -> 1.6.5

Patch version

  • t-RNAscan2 2.0.3 -> 2.0.12
  • Infernal 1.1.2 -> v1.1.4 (dependency of tRNAscan-SE)
  • Arargon 1.2.38 -> v1.2.41
  • RepeatScout 1.0.5 -> v1.0.6

No changes

  • trf 409 #dependecy
  • RECON 1.08 #dependency

GiHub installations

Python setup - pip instalations

Other manual installations

  • occultercut 1.1.0 - no changes

Proprietary

Rnammer 1.2 - different container

@KristinaGagalova
Copy link
Owner Author

Error in mmseqs, new version input options. Updated as (removed --dont-split-seq-by-len)
https://github.com/KristinaGagalova/pante2/blob/0d9667a91134151c709e1339185e38c5c034ad8a/main.nf#L1433

@KristinaGagalova
Copy link
Owner Author

KristinaGagalova commented Jan 1, 2024

Error in tRNAscan

 tRNAscan-SE       -E       -o "A_fumigatus_A1163_chr1_chr2_trnascan.txt"       -f "A_fumigatus_A1163_chr1_chr2_trnascan_ss.txt"       -s "A_fumigatus_A1163_chr1_chr2_trnascan_iso.txt"       -m "A_fumigatus_A1163_chr1_chr2_trnascan_stats.txt"       -b "A_fumigatus_A1163_chr1_chr2_trnascan.bed"       -a "A_fumigatus_A1163_chr1_chr2_trnascan.fasta"       --forceow       --log trna.log       --thread "1"       "A_fumigatus_A1163_chr1_chr2.fasta"

Command exit status:
  2

Command output:
  (empty)

Command error:
  Unable to open /tmp/.tmpdir.51260915//tscan206255.fpass for writing.  Aborting program.

tmp directory has to be changed from the config file.

UPDATE:
THIS ONLY HAPPENS ON DUG - missing /tmp directory on the HPC system

@KristinaGagalova KristinaGagalova self-assigned this Jan 2, 2024
@KristinaGagalova
Copy link
Owner Author

Will address #10 even if won't fix it with the old versions

@KristinaGagalova
Copy link
Owner Author

Updates on RepeatModeler (-pa option is not available anymore)
https://github.com/KristinaGagalova/pante2/blob/cef5f787e91e5464752b6524eaffabaf154eb724/main.nf#L1329

@KristinaGagalova
Copy link
Owner Author

KristinaGagalova commented Jan 5, 2024

Bio.Alphabet change - update of the script needed or roll back to another version. More details here

ImportError: Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a few cases, you may need to specify the ``molecule_type`` as an annotation on a SeqRecord for your script to work correctly. Please see https://biopython.org/wiki/Alphabet for more information.

@KristinaGagalova KristinaGagalova added the version-update-needed Check for new releases label Jan 6, 2024
@KristinaGagalova
Copy link
Owner Author

Missing library to DECIPHER

Error in library("optparse") : there is no package called ‘optparse’
Calls: suppressPackageStartupMessages -> withCallingHandlers -> library
Error in library("optparse") : there is no package called ‘optparse’
Calls: suppressPackageStartupMessages -> withCallingHandlers -> library
...

@KristinaGagalova
Copy link
Owner Author

Bio.Alphabet depreciated (see before)
ImportError: Bio.Alphabet has been removed from Biopython. In many cases, the alphabet can simply be ignored and removed from scripts. In a few cases, you may need to specify the ``molecule_type`` as an annotation on a SeqRecord for your script to work correctly. Please see https://biopython.org/wiki/Alphabet for more information.

@KristinaGagalova
Copy link
Owner Author

RepeatModeller 2.x.x does not have engine. The command needs to be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version-update-needed Check for new releases
Projects
None yet
Development

No branches or pull requests

1 participant