gersteinlab / SAMChain

MIT License
35 stars 6 forks source link

Add new BAMs to existing SAMchain #12

Open clbenoit opened 4 years ago

clbenoit commented 4 years ago

Hello rahvis,

I am wondering if it is currently possible to add new bam files to an existing samchain ?

I tried and it says :

--CHAIN CREATION--
Could not create chain (it probably already exists)

MultiChain 2.0.7 Daemon (Community Edition, latest protocol 20011)

Starting up node...

Other nodes can connect to this node using:
multichaind samchain2@192.168.1.48:6751

Listening for API requests on port 6750 (local only - see rpcallowip setting)

Node didn't shut down normally, performing recovery

Node ready.

ERROR: Failed chain creation. Please try again with a different chain name.

Maybe I misinterpreted it but i thought it was an available feature...

Calaelen

clbenoit commented 4 years ago

This README : https://github.com/gersteinlab/SAMChain/tree/master/SAMchain

Talks about an insertData.py script; but it seems to not be longer available in the repository...