Skip to content

Commit

Permalink
Update case_studies/CARD/Bug-Drug Code.R
Browse files Browse the repository at this point in the history
Change combined FASTA sequences file name

Co-authored-by: Evan Pierce Brenner <[email protected]>
  • Loading branch information
Cateline and epbrenner authored Oct 22, 2024
1 parent 7aa8917 commit 52ce540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case_studies/CARD/Bug-Drug Code.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ for (i in 1:nrow(staph_aureus_dap_combinations)) {
}

# Save the combined FASTA sequences
filename <- "Staph_aureus_Daptomycin_sequences5.fasta"
filename <- "Staph_aureus_Daptomycin_sequences.fasta"

writeLines(combined_sequences, filename)

Expand Down

0 comments on commit 52ce540

Please sign in to comment.