Skip to content

Print commands run in context in autometa.sh script #274

@kirstengott

Description

@kirstengott

Hello,

I think it would be really nice if the commands ran in autometa.sh would be printed to a log file or the screen. For example, the first part of the pipeline script runs

# script:
autometa-length-filter \
    --assembly $assembly \
    --cutoff $length_cutoff \
    --output-fasta $filtered_assembly \
    --output-gc-content $gc_content

And it would be awesome to see the command run by the script with the paths to input files and variables. It would make it easier for me to run steps individually while troubleshooting a failed run. Something like:

# script:
autometa-length-filter \
    --assembly /path/to/assembly \
    --cutoff 3000 \
    --output-fasta /path/to/filtered_assembly \
    --output-gc-content /path/to/gc_content.tsv

Thank you for considering.

Kirsten

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions