-
Notifications
You must be signed in to change notification settings - Fork 165
bwamem_index fix #581
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
Merged
Merged
bwamem_index fix #581
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a6e08a9
bwamem_index fix
eduard-watchmaker daa0571
Merge branch 'dev' into bwamem_fix
eduard-watchmaker 617d0a3
fix: refine SAMTOOLS_SORT process settings
sateeshperi d1127da
Update fasta_index_methylseq, fastq_align_dedup_bismark/bwameth/bwame…
sateeshperi 4b8cee3
chore: Update software version tracking in FastQC and MultiQC processes
sateeshperi 15ae2ab
chore: re-install bam_methyldackel and bam_taps_conversion
sateeshperi 73ed560
Remove version channel output after adding topic
eduard-watchmaker 1957d21
fix: update version tracking and output for nf-core methylseq workflow
sateeshperi 0a12198
chore: update changelog
sateeshperi 33f8db4
chore: update GPU snapshot workflow versions
sateeshperi a717f8d
new gpu snapshot
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,11 @@ | ||
| process { | ||
| withName: BWA_MEM { | ||
| ext.args = '' | ||
| publishDir = [ | ||
| path: { "${params.outdir}/${params.aligner}/alignments" }, | ||
| pattern: "*.bam", | ||
| mode: params.publish_dir_mode, | ||
| enabled: params.save_align_intermeds | ||
| ] | ||
| } | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,2 +1,4 @@ | ||
| includeConfig "../modules/bwamem_align.config" | ||
| includeConfig "../modules/picard_addorreplacereadgroups.config" | ||
| includeConfig "../modules/picard_removeduplicates.config" | ||
| includeConfig "../modules/picard_markduplicates.config" | ||
| includeConfig "../modules/samtools_index.config" |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -400,7 +400,7 @@ manifest { | |
| name: 'Eduard Casas', | ||
| affiliation: 'Watchmaker Genomics', | ||
| email: '[email protected]', | ||
| github: 'https://github.com/', | ||
| github: 'https://github.com/eduard-watchmaker', | ||
| contribution: ['contributor', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
| orcid: '0000-0002-6001-1276' | ||
| ] | ||
|
|
||
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.