-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Snakemake 8 and Gather/Scatter Indel Calling (#13)
* added pysam * current changes to changelog * implemented scatter and gather for first round htc * removed optional quantification - should be required * caught error when unknown bases occur in wildtype * remove unwanted print * added routine to select mhc class type * splitting in mutect2 analysis for speedup * rename rule name * combine single-end and paired-end reads to prepare input for mhc-II genotyping * added instructions for Snakemake 8 * updated minimum version of Snakemake to 8.x.x * gather scatter for indel calling * added instructions to Snakemake 8 and apptainer replaces singularity * added routine to ease the use of custom variants * refactor hlatyping to combine read retrieval for MHC-I and MHC-II * outsource rules for custom variants to improve readability * added reference sets for hla alleles (to compare against) * added separate rules for MHC-II prediction tools download * accept wildcard <group> as parameter to improve usability * Remove for check for valid alleles - this is now done later to include also user-provided ones * change to singe file input * add routine for MHC-I and MHC-II into same script * add safety routine is no counts can be found (when no seqdata present) * added custom rules * added parameters for alignment to config * changed order when adding INFO tags * added sorting routine * safety routines added * outsource merging of predicted mhccII alleles * added few parameters * added to feature list * changed path to provided hlahd path * hlhd call as non-file parameter * added changes to path also to testconfig
- Loading branch information
Showing
30 changed files
with
4,927 additions
and
456 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
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 |
---|---|---|
|
@@ -4,5 +4,5 @@ channels: | |
- conda-forge | ||
- anaconda | ||
dependencies: | ||
- snakemake=7.32.3 | ||
- snakemake=8.4.11 | ||
- snakemake-wrapper-utils |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ dependencies: | |
- pyfaidx | ||
- biopython=1.78 | ||
- gffutils | ||
- pysam |
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.