Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
[dev] (Makefile): Removed environment cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris-perso committed Nov 20, 2020
1 parent 651b3cb commit 9cb33eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ test-conda-report.html:

clean:
${CONDA_ACTIVATE} ${ENV_NAME} && \
${SNAKEMAKE} -s ${SNAKE_FILE} --use-conda -j ${SNAKE_THREADS} --printshellcmds --reason --forceall --directory ${PWD}/test --configfile ${PWD}/test/config.yaml --delete-all-output && \
find . -type d -name ".snakemake" | while read SMKTMP; do rm -r "${SMKTMP}"; done
${SNAKEMAKE} -s ${SNAKE_FILE} --use-conda -j ${SNAKE_THREADS} --printshellcmds --reason --forceall --directory ${PWD}/test --configfile ${PWD}/test/config.yaml --delete-all-output
.PHONY: clean


Expand Down

0 comments on commit 9cb33eb

Please sign in to comment.