Skip to content

Commit

Permalink
Remove hashed results
Browse files Browse the repository at this point in the history
  • Loading branch information
KHajji committed Jul 11, 2022
1 parent 35c69ef commit b5b651a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ localrules:
rule all:
input:
expand(OUT + '/cgmlst/{scheme}/results_alleles.tsv', scheme=SCHEMES),
expand(OUT + '/cgmlst/{scheme}/hashed_results_alleles.csv', scheme=SCHEMES)
# expand(OUT + '/cgmlst/{scheme}/hashed_results_alleles.csv', scheme=SCHEMES)

#@################################################################################
#@#### Processes #####
Expand Down
2 changes: 1 addition & 1 deletion files/prodigal_training_files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ strain: NCTC 11168-BN148
[NC_002695.1](https://www.ncbi.nlm.nih.gov/nuccore/NC_002695.1)
strain: Sakai

**listeria**
**listeria/listeria_optional**
?

**salmonella**
Expand Down

0 comments on commit b5b651a

Please sign in to comment.