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

Fasta output for those classified as euks #35

Open
susheelbhanu opened this issue Mar 3, 2021 · 0 comments
Open

Fasta output for those classified as euks #35

susheelbhanu opened this issue Mar 3, 2021 · 0 comments

Comments

@susheelbhanu
Copy link

Hi,

I tested this out on a full metagenome (not MAGs) and everything seemed to go well. However, from the documentation I gathered that one could potentially get a fasta output of those classified as euks. Sorry if I misinterpreted that.

Or is this possible?

This is how I ran it

rule eukulele:
    input:
        os.path.join(DATA_DIR, "GL_R3_GL5_UP_3.faa")
    output:
        directory(os.path.join(RESULTS_DIR, "eukulele_output"))
    threads:
        config['threads']
    conda:
        "envs/eukulele.yaml"
    log:
        os.path.join(DATA_DIR, "logs/eukulele.log")
    message:
        "Running Eukaryotic annotation with Eukulele"
    shell:
        "(date && EUKulele --sample_dir $(dirname {input}) -o {output} -m mets && date) &> >(tee {log})"

Thank you!

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

No branches or pull requests

1 participant