EI-CoreBioinformatics/mikado

Configuration.yaml is empty

bbista opened this issue · 3 comments

Hello,
I tested mikado configure on the sample_data but the resulting file Configuration.yaml is empty. I get no error messages.
mikado configure --list list.txt --reference chr5.fas.gz --mode permissive --scoring plant.yaml --copy-scoring plant.yaml --junctions junctions.bed -bt uniprot_sprot_plants.fasta configuration.yaml

I installed Mikado v2.3.3 from Conda.

Best,
Basanta

@bbista

I dont see anything obvious can you get the mikado --help have you tried just

mikado configure --reference YOURFILE.fa configuration.yaml

configuration.yaml

I encountered the same problem. Mikado is installed via conda install -c bioconda mikado, version 2.3.3.
mikado configure --reference YOURFILE.fa configuration.yaml
Executing this command will still result in an empty configuration.yaml.

Hi all,

I've just had a look and there seems to be an issue with the latest version of one of the dependencies. After pinning it I could generate a correct configuration.

I'll wait for a review on the PR and double check to merge and make a new release to bioconda.