-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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 neededExtra attention is needed