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'm trying to run Getorg with unpaired reads. Previous runs with PE reads are not a problem. Here an overview of my commands and terminal output. Could you please point me in the right direction? Thanks!
Traceback (most recent call last):
File "/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py", line 4136, in
main()
File "/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py", line 3713, in main
get_options(description=title, version=get_versions())
File "/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py", line 683, in get_options
assert is_valid_path(os.path.basename(fq_file)),
File "/apps/gent/RHEL8/haswell-ib/software/Python/3.8.6-GCCcore-10.2.0/lib/python3.8/posixpath.py", line 142, in basename
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
And here an overview of the loaded modules on our cluster:
Currently Loaded Modules:
cluster/slaking (S) 21) bzip2/1.0.8-GCCcore-10.2.0 41) libpng/1.6.37-GCCcore-10.2.0
The current version is a pre-release version one year ago.
I believe you can solve the ERROR by updating GetOrganelle, preferably to the latest version.
Hi,
I'm trying to run Getorg with unpaired reads. Previous runs with PE reads are not a problem. Here an overview of my commands and terminal output. Could you please point me in the right direction? Thanks!
vsc43352@node3507:~/scratch_vo/getorg/TLP/getorg_testrun$get_organelle_from_reads.py -u ./TLP1218_R1_trimmed.fq -o ./TLP1218_getorg_out -R 25 -k 21,45,65,85,105 -F embplant_pt
GetOrganelle v1.7.4-pre2
get_organelle_from_reads.py assembles organelle genomes from genome skimming data.
Find updates in https://github.com/Kinggerm/GetOrganelle and see README.md for more information.
Python 3.8.6 (default, Feb 24 2021, 09:52:39) [GCC 10.2.0]
PLATFORM: Linux node3507.doduo.os 4.18.0-305.34.2.el8_4.x86_64 #1 SMP Mon Jan 17 09:42:23 EST 2022 x86_64 x86_64
PYTHON LIBS: GetOrganelleLib 1.7.4-pre2; numpy 1.19.4; sympy 1.7.1; scipy 1.5.4; psutil 5.7.2
DEPENDENCIES: Bowtie2 2.4.2; SPAdes genome assembler 3.15.2; Blast 2.11.0; Bandage 0.8.1
GETORG_PATH=/user/gent/433/vsc43352/.GetOrganelle
SEED DB: embplant_pt 0.0.1; embplant_mt 0.0.1
LABEL DB: embplant_pt 0.0.1; embplant_mt 0.0.1
WORKING DIR: /kyukon/scratch/gent/vo/001/gvo00142/vsc43352/getorg/TLP/getorg_testrun
/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py -u ./TLP1218_R1_trimmed.fq -o ./TLP1218_getorg_out -R 25 -k 21,45,65,85,105 -F embplant_pt
Traceback (most recent call last):
File "/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py", line 4136, in
main()
File "/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py", line 3713, in main
get_options(description=title, version=get_versions())
File "/apps/gent/RHEL8/haswell-ib/software/GetOrganelle/1.7.4-pre2-foss-2020b/bin/get_organelle_from_reads.py", line 683, in get_options
assert is_valid_path(os.path.basename(fq_file)),
File "/apps/gent/RHEL8/haswell-ib/software/Python/3.8.6-GCCcore-10.2.0/lib/python3.8/posixpath.py", line 142, in basename
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType
And here an overview of the loaded modules on our cluster:
Currently Loaded Modules:
The text was updated successfully, but these errors were encountered: