-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/chip spikein #116
Merged
Merged
Feature/chip spikein #116
Conversation
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
* feat: add fastq_split option * add fastq_split option to atac chip and rna & test * add num of parts to split fastq to config * update test for snp with split and call snps
Conflicts: .github/workflows/publish_pypi_test.yml seqnado/utils.py seqnado/workflow/rules/align.smk seqnado/workflow/snakefile_snp tests/test_atac.py tests/test_chip.py tests/test_rna.py tests/test_snp.py
* feat: Added chip-rx assay * Added rule to align spike-in reads to spike-in reference * Added script and rule to count spike-in reads * Script also calculates normalization factor * Added rules to generate normalised bigwigs * feat: completed v1 of chip-rx * fix: Added hub.smk rules to add output design rule * commented out snps
* feat: added new slurm profile * fix: updated all memory values for cluster usage
* fix: deduplicated normalisation * feat: added check for presence of spikein index
* fix blacklist populating from cookiecutter (#81) * fix profile for jade
* small fixes for deseq2 * fix deseq2 report minimal design sample and deseq2 * add docs for minimal deseq2
* Create dependabot.yml (#93) * Update dependabot.yml (#94) * Update dependabot.yml (#95) * feat: added attempts to multiqc * feat: attempts added to alignment counts * feat: attempts added to multiqc * feat: added attempts to heatmap * feat: enabled snakefmt precommit * fix: typo in heatmap.smk * fix: typo in alignment_counts --------- Co-authored-by: Alastair Smith <[email protected]> Co-authored-by: alsmith <[email protected]>
* rule all in snp called twice * update default config to shared resources * make deseq2 optional * fix split fastq * test snps * fix snp tests and config * fix snp test and configs * remove resources from plot heatmap * add hub info to snp test * increase resources * fix call snps * make snp raw bams temp * resolve conflicts
Performs merging of bam files and re-calls peaks using lancotron. Provides increased accuracy for quantitative differences in peaks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.