-
Notifications
You must be signed in to change notification settings - Fork 423
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
Massive conda update #1663
Merged
Merged
Massive conda update #1663
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
019ddfa
massive modules conda update
maxulysse 2cca752
update CHANGELOG
maxulysse ff213d1
use new deepvariant module
maxulysse 6dcf5cb
typo
maxulysse 11aa12b
fix MULTIQC
maxulysse 506112c
fix bcftools_annotate usage
maxulysse c76ba99
Merge branch 'dev' into massive_conda_update
maxulysse 77621d4
remove modules that should not have been installed
maxulysse 08b3ebf
trying to make sure we run with profile test
maxulysse 96aa52e
fix a couple tests
maxulysse 102ea37
exclude tests for diff
maxulysse 8368eae
exclude tests because of missing dependency
maxulysse 8c5e8e7
add default values for new options
maxulysse ac569b4
fix usage
maxulysse 92e3907
typo
maxulysse 2dd70b9
Update CHANGELOG.md
maxulysse a2a1462
fix bcftools annotate usage
maxulysse 474a9da
Merge branch 'dev' into massive_conda_update
maxulysse 73c9f0e
exclude tests because of missing dependency
maxulysse 782d0a9
Fix default value
maxulysse 1c02dfd
fix usage of GATK4_GENOTYPEGVCFS
maxulysse d61d456
fix expected content
maxulysse f939581
exclude tests coming from modules
maxulysse 4e5adf4
fix usage
maxulysse 2c4225a
exclude tests coming from modules + use debug
maxulysse 240db8d
update CHANGELOG
maxulysse f148972
properly update samtools
maxulysse 42d9e32
fix expected filename
maxulysse d080950
Merge branch 'dev' into massive_conda_update
maxulysse 04ee9bd
Merge branch 'dev' into massive_conda_update
maxulysse 379a395
update snapshot
maxulysse a259f23
update MultiQC
maxulysse a0276b0
add pdiff
maxulysse 9439e62
proper indent of comment
maxulysse ad029e3
add junitxml
maxulysse 0ce964c
update .nftignore and snap
maxulysse e9d4301
update nftignore
maxulysse 1856529
enhance pdiff
maxulysse 2cb5136
patch deepvariant tests
maxulysse d8e83d8
fix path
maxulysse edd0624
actually add the file
maxulysse 08be956
no md5sum
maxulysse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
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
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,23 @@ | ||
/* | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
Nextflow config file for running minimal tests | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
Defines input files and everything required to run a fast and simple pipeline test. | ||
|
||
Use as follows: | ||
nextflow run nf-core/sarek -profile test,<extra_test_profile>,<docker/singularity> --outdir <OUTDIR> | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
*/ | ||
|
||
params { | ||
input = "${projectDir}/tests/csv/3.0/mapped_single_cram.csv" | ||
genome = null | ||
igenomes_ignore = true | ||
fasta = "${params.modules_testdata_base_path}/genomics/homo_sapiens/genome/genome.fasta" | ||
fasta_fai = "${params.modules_testdata_base_path}/genomics/homo_sapiens/genome/genome.fasta.fai" | ||
intervals = "${params.modules_testdata_base_path}/genomics/homo_sapiens/genome/genome.bed" | ||
nucleotides_per_second = 20 | ||
step = 'variant_calling' | ||
tools = null | ||
wes = true | ||
} |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.