diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml deleted file mode 100644 index e0053ea..0000000 --- a/.github/workflows/pylint.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Pylint - -on: [push] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.8", "3.9", "3.10"] - steps: - - uses: actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 - with: - python-version: ${{ matrix.python-version }} - - name: Install dependencies - run: | - python -m pip install --upgrade pip setuptools - python -m pip install ./ - pip install pylint - - name: Analysing the code with pylint - run: | - pylint $(git ls-files '*.py') diff --git a/README.md b/README.md index 7328ce0..7a21f97 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Scripts to facilitate STA, interfacing Warp/M, Relion 3.1, TomoTwin and whatever ```apply-selection```: Apply subset of particles from 2D classification to subtomogram star. ### TomoTwin: -```tomotwin2warp```: **not included yet**, will be conversion of a tomotwin-generated coords directory to a Warp-style star \ No newline at end of file +```tomotwin2warp```: Takes a folder of .coords files from TomoTwin, turns into star file based on prefix for subtomo reconstruction in Warp. \ No newline at end of file