Skip to content

Commit

Permalink
combine .tsv files from strobealign and add a header to them
Browse files Browse the repository at this point in the history
  • Loading branch information
Las02 committed Jan 2, 2025
1 parent 5cf7501 commit 34cc23e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow_avamb/avamb.snake.conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ def get_config(name, default, regex):
e = os.path.join(OUTDIR,"log/contigs/abundance.e")
conda:
"avamb"
# shell: "python {params.path} {output} {params.directory}"
shell: "cat {input.files} > {output}"
shell: "cat <(echo -e 'contigname\tdepht') {input.files} > {output}"

# Generate the 3 sets of clusters and bins
rule run_avamb:
Expand Down

0 comments on commit 34cc23e

Please sign in to comment.