-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from metagenlab/readproc
Added error free BAMs, optimized read processing and functions
- Loading branch information
Showing
22 changed files
with
232 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,9 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup apptainer | ||
uses: eWaterCycle/[email protected] | ||
|
||
- name: Setup MeSS environment | ||
uses: conda-incubator/setup-miniconda@v3 | ||
with: | ||
|
@@ -54,18 +57,6 @@ jobs: | |
python-version: ${{ matrix.python-version }} | ||
auto-update-conda: true | ||
|
||
- name: Setup apt dependencies | ||
run: | | ||
sudo add-apt-repository -y ppa:apptainer/ppa | ||
sudo apt-get update | ||
sudo apt install -y squashfuse fuse2fs gocryptfs apptainer | ||
- name: Disable apparmor namespace restrictions for apptainer | ||
run: | | ||
sudo sh -c 'echo kernel.apparmor_restrict_unprivileged_userns=0 \ | ||
>/etc/sysctl.d/90-disable-userns-restrictions.conf' | ||
sudo sysctl -p /etc/sysctl.d/90-disable-userns-restrictions.conf | ||
- name: Install MeSS and pytest-cov | ||
run: | | ||
pip install -e . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ args: | |
configfile: | ||
custom_err: | ||
dist: | ||
error: | ||
error: | ||
errfree: | ||
fasta: | ||
frag_len: | ||
frag_sd: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
taxon nb cov_sim sample | ||
staphylococcus_aureus 1 0.1 sample1 | ||
1290 1 0.1 sample2 | ||
1290 1 0.1 sample2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: samtools | ||
channels: | ||
- conda-forge | ||
- bioconda | ||
- defaults | ||
dependencies: | ||
- samtools =1.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
art: docker://quay.io/biocontainers/art:2016.06.05--heacdb12_11 | ||
assembly_finder: docker://ghcr.io/metagenlab/assembly_finder:v0.7.7 | ||
assembly_finder: docker://ghcr.io/metagenlab/assembly_finder:v0.8.0 | ||
bioconvert: docker://quay.io/biocontainers/bioconvert:1.1.1--pyhdfd78af_0 | ||
curl: docker://quay.io/biocontainers/curl:7.80.0 | ||
pigz: docker://quay.io/biocontainers/pigz:2.8 | ||
pbccs: docker://quay.io/biocontainers/pbccs:6.4.0--h9ee0642_0 | ||
pbsim3: docker://quay.io/biocontainers/pbsim3:3.0.4--h4ac6f70_0 | ||
seqkit: docker://quay.io/biocontainers/seqkit:2.8.2--h9ee0642_0 | ||
taxonkit: docker://quay.io/biocontainers/taxonkit:0.17.0--h9ee0642_1 | ||
samtools: docker://quay.io/biocontainers/samtools:1.21--h50ea8bc_0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.