Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration.yaml is empty #431

Closed
bbista opened this issue May 24, 2022 · 3 comments · Fixed by #433
Closed

Configuration.yaml is empty #431

bbista opened this issue May 24, 2022 · 3 comments · Fixed by #433

Comments

@bbista
Copy link

bbista commented May 24, 2022

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

@swarbred
Copy link
Collaborator

@bbista

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

mikado configure --reference YOURFILE.fa configuration.yaml

@MrbrilliantLL
Copy link

MrbrilliantLL commented Jun 6, 2022

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.

ljyanesm added a commit that referenced this issue Jun 8, 2022
Fixes marshmallow dependency versions

More recent versions of marshmallow are currently incompatible with Mikado.

Potentially fixes #431
@ljyanesm
Copy link
Collaborator

ljyanesm commented Jun 8, 2022

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.

gemygk pushed a commit that referenced this issue Jun 9, 2022
…rsions (#433)

fix: Allow codon table to be set in mikado prepare #426
fix: Mikado configuration file is invalid #431
fix: Pin marshmallow dependency versions on requirements.txt and environment.yml files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants