-
Notifications
You must be signed in to change notification settings - Fork 59
Add more nf tests #655
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
Open
sofstam
wants to merge
106
commits into
dev
Choose a base branch
from
add_nf_test
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,128
−26
Open
Add more nf tests #655
Changes from all commits
Commits
Show all changes
106 commits
Select commit
Hold shift + click to select a range
4ed1b68
Start adding nf-tests
sofstam 8bf2634
Add diamond snap
sofstam 71d6871
Add nonpareil
sofstam e6bd9d7
Add non-pareil
sofstam d9c451f
Remove bracken from .nftignore
sofstam ba7587f
Add multiqc to unstable patterns
sofstam 0b11065
Remove trailing whitespaces
sofstam 4bcc295
Remove some files
sofstam e6a3fc1
Update snapshot
sofstam 4f9b489
Remove centrifuge from .nftignore
sofstam 02384c5
Update snaps
f648259
Remove more files from .nftignore
7b9e01d
Add nf-test for kraken2
38f4e7d
Add bowtie2
0f7b403
Add more output files to snapshot
570e214
Snapshots for kaiju, kmcp, krona and metaphlan
bc690e3
Add metaphlan, nanoq, porechop_abi, samtools, taxpasta to snapshots
7af0f8c
Add md5 for taxpasta
1352e64
Update md5 assertions
f37ab27
Update the unstable files for bbduk
151fecb
Fix unstable files for fastp
1cd44fb
Update snaps for kaiju unstable files
22652de
Update snaps
ecce43f
Update snaps
3faf15d
Fix obsolete snapshots
362069d
Update tests/default.nf.test
sofstam 50c48af
Update tests/default.nf.test
sofstam b4c600c
Update tests/default.nf.test
sofstam 39837e0
Add md5 for all kraken2 files
d990ce8
Add content for each kraken2 file
f82e739
Update snapshots for kraken2 unstalbel files
39da5c5
Update pathways for kraken2 unstable files
3e3e7f3
Update kraken2 paths
bf0fa89
Update snapshots
974ff69
Remove the path from assertion
5c42f34
Add whole path for bowtie2
9fdc72b
Add more bracken files
a1ba47d
Add more files
1f3a09a
Define unstable files
043a37f
Add more files for fastp
19585d2
Add more tests
5f868cb
Fix md5 for krona and ganon
862924e
Update snapshot for taxpasta and samtools
8515770
Update snapshots
36d9ef6
Add md5 sums
8e3bb9b
Update default.nf.test
56556da
Add fastq files to the list
b0e8723
Update snaps
5b1f6ba
Include multiqc unstable files
73dc8c1
Add multiqc
69ea8b2
Add npa files
d6bc1a6
Add fastq files
0e15874
Merge branch 'dev' into add_nf_test
sofstam fb1c286
Update default.nf.test
ed2d5fe
Merge branch 'add_nf_test' of https://github.com/nf-core/taxprofiler …
edf3e96
Update snapshots
5fdffab
Include all bbduk files
153ef56
Add diamond files
78e7dcc
Add metaphlan files
a2485f6
Update taxpasta files
ca6a8ef
Update tests after James review
9c4931e
Fix merge conflicts
da9f89a
Add centrifuge
9b0a96f
Add diamond
6acf84e
Add fastp
71d6462
Add ganon
077f005
Add kaiju
88ac8d3
Add kmcp
1cba786
Add kraken2
4a2fd8d
Add krona
a35b722
Add metaphlan
6004799
Add nanoq
81a397e
Add nonpareil
e4e3165
Add samtools
a100ff0
Fix kraken2 assertions
2a2b660
Update tests/.nftignore
sofstam 4790332
Update tests/default.nf.test
sofstam d671900
Start applying review suggestions
6494f51
Move multiqc files back to .nftignore
32a241f
Review suggestions
cd8e700
Add multiqc to .nftignore
15d42dc
Rearrange files
15b963a
Update snapshot
7f1cc63
Merge branch 'dev' into add_nf_test
ebeb113
Update snapshot
28ea54b
Update multiqc in .nftignore
6123e4f
Update snapshot
0b27a4f
Review suggestions
25359db
Merge branch 'dev' into add_nf_test
sofstam 0aa6be0
Update tests/default.nf.test
sofstam dffeed7
Apply suggestions for centriufge
604fd83
Add contains string for diamond
c2852a7
Add correct assertions for ganon
45cf1ef
Add contains string for kaijy
e2ccdeb
Add contains string for taxpasta
fc1ddd0
non pareil
c691d78
Update contains string for kraken2
13eddcb
Update tests/default.nf.test
sofstam 12c9d2b
Adress comments for md5 for kmcp, samtools
f6d0ae6
Update tests/default.nf.test
sofstam 54d28d0
Update tests/default.nf.test
sofstam 8f95224
Update tests/default.nf.test
sofstam d4b264a
Update tests/default.nf.test
sofstam 408fd88
Update tests/default.nf.test
sofstam 1035f01
Update tests/default.nf.test
sofstam 1bbc577
Update tests/default.nf.test
sofstam 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,5 +20,6 @@ config { | |
| // load the necessary plugins | ||
| plugins { | ||
| load "[email protected]" | ||
| load "[email protected]" | ||
| } | ||
| } | ||
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.
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.