Skip to content

Commit

Permalink
Misc. changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-q committed Dec 2, 2024
1 parent 5831407 commit b5d2619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cmd/contained.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub fn execute(args: &ArgMatches) -> anyhow::Result<()> {
for (i, infile) in abs_infiles.iter().enumerate() {
run_cmd!(
hnsm filter -a ${min_len} ${infile} |
${anchr} dazzname --no-replace -p ${prefix}_${i} stdin -o infile.${i}.fasta
${anchr} dazzname --no-replace --prefix ${prefix}_${i} stdin -o infile.${i}.fasta
)?;
infiles.push(format!("infile.{}.fasta", i));
}
Expand Down
2 changes: 1 addition & 1 deletion templates/2_insert_size.tera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for PREFIX in R S T; do
overwrite {% if opt.prefilter != "0" %}prefilter={{ opt.prefilter }}{% endif %}

cat ${PREFIX}.tadpole.contig.fasta |
anchr dazzname --no-replace -p T stdin \
anchr dazzname --no-replace --prefix T stdin \
> ${PREFIX}.tadpole.contig.fa

bbmap.sh \
Expand Down

0 comments on commit b5d2619

Please sign in to comment.