Skip to content

Commit

Permalink
Preserve reads filtered out at dada2 filterAndTrim (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth authored Jul 27, 2024
1 parent 3120da6 commit 1b8b0ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build Docker image
id: image
uses: docker/build-push-action@v6
with:
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ profiles {
}
}
executor{
queueSize = 8
queueSize = 16
}
}

Expand Down

0 comments on commit 1b8b0ec

Please sign in to comment.