Skip to content

Commit

Permalink
Merge pull request #77 from sanger-bentley-group/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
blue-moon22 authored Aug 25, 2022
2 parents b30d7f3 + d4fdf08 commit bd134e1
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 bd134e1

Please sign in to comment.