Skip to content

Commit

Permalink
self->cls
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Oct 10, 2024
1 parent e69de00 commit b9ece69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Deployed on October 14th, 2024
* `SortMeRNA v4.3.7` superseded `Sortmerna v2.1b`, which relies on Silva 138 and now produced even mates. Thank you @ekopylova and @biocodz for the support.
* `Remove SynDNA reads` superseded `SynDNA Woltka`, which now generates even mates.
* `Woltka v0.1.7, paired-end` superseded `Woltka v0.1.6` in `qp-woltka`; [more information](https://qiita.ucsd.edu/static/doc/html/processingdata/woltka_pairedend.html). Thank you to @qiyunzhu for the benchmarks!
* Other general fixes, like [#3424](https://github.com/qiita-spots/qiita/pull/3424), [#3425](https://github.com/qiita-spots/qiita/pull/3425), [#3439](https://github.com/qiita-spots/qiita/pull/3439).
* Other general fixes, like [#3424](https://github.com/qiita-spots/qiita/pull/3424), [#3425](https://github.com/qiita-spots/qiita/pull/3425), [#3439](https://github.com/qiita-spots/qiita/pull/3439), [#3440](https://github.com/qiita-spots/qiita/pull/3440).


Version 2024.07
Expand Down
2 changes: 1 addition & 1 deletion qiita_db/metadata_template/prep_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def delete(cls, id_):

# artifacts that are archived are not returned as part of the code
# above and we need to clean them before moving forward
for aa in self.archived_artifacts():
for aa in cls(id_).archived_artifacts():
qdb.artifact.Artifact.delete(aa.id)

# Delete the prep template filepaths
Expand Down

0 comments on commit b9ece69

Please sign in to comment.