Skip to content

--aln-out unusable with deepclust #950

Description

@vagkaratzas

Hi!

I am converting diamond/deepclust to an nf-core module and I'm trying to capture possible optional outputs as well.

Regarding --aln-out, this is the command I tried:

diamond deepclust --memory-limit "4G" -p 2 --db UP000005640_9606.fasta --out human.tsv --aln-out human.aln

and got this error: Error: Alignment output to file is not supported without --parallel-tmpdir.

And then when adding that:

diamond deepclust --memory-limit "4G" -p 2 --db UP000005640_9606.fasta --out human.tsv --aln-out human.aln --parallel-tmpdir tmp

I get this error:

Error: Option is not permitted for this workflow: --parallel-tmpdir

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions