flass / pantagruel

a pipeline for reconciliation of phylogenetic histories within a bacterial pangenome
GNU General Public License v3.0
46 stars 7 forks source link

Usage: the init command - not working #4

Closed ElitaJaun closed 5 years ago

ElitaJaun commented 5 years ago

Dear Florent,

I am not able to run the example of pantagruel usage as given: pantagruel -d databasename -r /root/folder/for/database -f PANTAGFAM -I email -A /folder/of/public/genome/in/RefSeq/format init

I ran:

$ pantagruel -d test -r ./ -f PANTAGFAM -I e.jauneikaite@imperial.ac.uk -A GCF_000007265.1_ASM726v1/ init

but got the following error:

set gene family prefix to 'PANTAGFAM'
set identity to 'e.jauneikaite@imperial.ac.uk'
set NCBI RefSeq(-like) genome assembly source folder to 'GCF_000007265.1_ASM726v1/'
will create/use Pantagruel database 'test', set in root folder: './'

will run tasks: init
[2019-02-22 14:37:09] Pantagrel pipeline step init: initiate pangenome database.
/home/elita/pantagruel_pipeline/pantagruel/scripts/pipeline/pantagruel_pipeline_master.sh: line 472: setdefaults: command not found
/home/elita/pantagruel_pipeline/pantagruel/scripts/pipeline/pantagruel_pipeline_master.sh: line 473: /scripts/pipeline/pantagruel_pipeline_init.sh: No such file or directory
ERROR: 

How could I check that I have all the required commands/scripts installed correctly?

Thank you. Bw, Elita

flass commented 5 years ago

Hi Elita, thanks for the bug reports.

I tested init task with your command and it should work fine (as for commit 66f1f27). Please let me know if anything else goes wrong.

Cheers, Florent

ElitaJaun commented 5 years ago

Hi Florent, Thank you - it all works now. Bw, Elita

flass commented 5 years ago

Great, thanks for reporting.