From 596f12a22e9da7fa7388a216cffcda4a5655dd28 Mon Sep 17 00:00:00 2001 From: AlexVCaron Date: Thu, 11 Jan 2024 03:45:41 +0000 Subject: [PATCH] last fixes --- .devcontainer/devcontainer.json | 3 +-- sync-nf-core.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fab32d98..0f627bb5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -59,6 +59,5 @@ } }, "init": true, - "privileged": true, - "runArgs": ["--mount", "type=volume,target=/tmp/"] + "privileged": true } diff --git a/sync-nf-core.sh b/sync-nf-core.sh index 6ecf36ed..c6c3cd75 100755 --- a/sync-nf-core.sh +++ b/sync-nf-core.sh @@ -9,6 +9,14 @@ wget -O /workspaces/nf-scil/.editorconfig \ wget -O /workspaces/nf-scil/.prettierignore \ https://github.com/nf-core/tools/raw/$nfcore_ver/.prettierignore +echo ".github" >> /workspaces/nf-scil/.prettierignore +echo ".devcontainer" >> /workspaces/nf-scil/.prettierignore +echo ".vscode" >> /workspaces/nf-scil/.prettierignore +echo "venv" >> /workspaces/nf-scil/.prettierignore +echo ".venv" >> /workspaces/nf-scil/.prettierignore +echo ".test_data" >> /workspaces/nf-scil/.prettierignore +echo ".pytest_cache" >> /workspaces/nf-scil/.prettierignore + wget -O /workspaces/nf-scil/.prettierrc.yml \ https://github.com/nf-core/tools/raw/$nfcore_ver/.prettierrc.yml