Git Product home page Git Product logo

Comments (11)

baudrly avatar baudrly commented on June 12, 2024

Hello, I modified the incriminating line (network.py:810):

my_assembly, =

with

my_assembly, _ =

did that fix your issue?

from metator.

jnesme avatar jnesme commented on June 12, 2024

from metator.

baudrly avatar baudrly commented on June 12, 2024

Thanks for the heads-up, I updated the link. Does it work better now?

from metator.

jnesme avatar jnesme commented on June 12, 2024

I could download it yes. However, the filename isn't the same and it decompress in a dir called "hmm_databases" where default hmm directory location expects "modele_HMM"

from metator.

baudrly avatar baudrly commented on June 12, 2024

I'll update the default hmm directory name. Does it work seamlessly if you just run

./meta3c.sh dependencies 

though? And in the meantime you can rename the directory and proceed to the rest of the pipeline.

from metator.

jnesme avatar jnesme commented on June 12, 2024

that's what I've been doing but I'm waiting for the partitioning step to end though

I'll then clone the updated metaTOR git directory and try running it to see if all is working as intended. I've already resumed some runs by just copying the "output" directory and using the same project name with -p
I guess this would still work for annotation step ?

from metator.

jnesme avatar jnesme commented on June 12, 2024

hum, (with previous git version):

./meta3c.sh partition -p 5KB.metaTOR.1
ends with:
Resolving partitions... paste: /mibi/users/jnesme/Bin/metaTOR/output/5KB.metaTOR.1/partition/iteration/1.community : No such file or directory

but the file exists and is non empty ?:
head /mibi/users/jnesme/Bin/metaTOR/output/5KB.metaTOR.1/partition/iteration/1.community
0
1
2
3
4
5
6
7
8
9


about the current release:

meta3c.sh dependencies ends now with:

`
hmm_databases.tgz 100%[==============================================>] 48.45M 1.90MB/s in 29s

2018-10-24 19:15:18 (1.66 MB/s) - ‘hmm_databases.tgz’ saved [50804980/50804980]

hmm_databases/
hmm_databases/conj.hmm
hmm_databases/essential.hmm
hmm_databases/pog.hmm
hmm_databases/SGC.hmm
hmm_databases/VOG.hmm
mv: cannot move ‘hmm_databases’ to ‘’: No such file or directory
OK
`

also, louvain should be put in a directory named "tools" (and also run make in louvain).

I'm now running ./meta3c.sh partition with current version. Let's see what happens.
Edit: still ends with the same error

from metator.

baudrly avatar baudrly commented on June 12, 2024

Could you upload your config_current.sh file? I seem to have trouble reproducing your issues. Also did you check you had all write/read/etc. access in the directory in question?

Cheers

from metator.

jnesme avatar jnesme commented on June 12, 2024

here it is, with ".txt" extension added so i could upload here.
config_current.sh.txt

from metator.

baudrly avatar baudrly commented on June 12, 2024

Could you try again with this new commit? I simply unquoted the incriminating expression:

paste "$(printf "${partition_dir}/iteration/%s.community " $(seq 1 "$repet"))" >"${tmp_dir}"/"${project}"_iterations_"${repet}".txt

into:

paste $(printf "${partition_dir}/iteration/%s.community " $(seq 1 "$repet")) >"${tmp_dir}"/"${project}"_iterations_"${repet}".txt

Cheers

from metator.

baudrly avatar baudrly commented on June 12, 2024

With the last few weeks' overhaul, this bug is probably unlikely to resurface again so I'm going to close this for now.

from metator.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.