Skip to content

Commit

Permalink
Merge pull request #76 from sanger-bentley-group/fix/pbp_typer
Browse files Browse the repository at this point in the history
Remove clean up
  • Loading branch information
blue-moon22 authored Aug 24, 2022
2 parents a6aa4b6 + 68029ab commit d4fdf08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/pbp_typer.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ process get_pbp_genes {
# Get BED file of PBP fragments
get_pbp_genes_from_contigs.py --blast_out_file ${pair_id}_blast_blactam.out --query_fasta ${blactam_ref} --frac_align_len_threshold ${frac_align_len_threshold} --frac_identity_threshold ${frac_identity_len_threshold} --output_prefix ${pair_id}_
# Clean directory
mkdir output
mv ${pair_id}_*bed output
mv ${contigs} output
find . -maxdepth 1 -type f -delete
unlink ${blactam_ref}
mv output/${pair_id}_*bed .
mv output/${contigs} .
rm -d output
"""
}

Expand Down

0 comments on commit d4fdf08

Please sign in to comment.