1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 10:22:04 +00:00
Commit graph

289 commits

Author SHA1 Message Date
James Fellows Yates
e49668005f Update docs based on feedback and add missing results directories 2023-03-12 08:35:45 +01:00
James A. Fellows Yates
5e400c8c89
Apply suggestions from code review 2023-03-11 20:06:59 +01:00
Moritz E. Beber
bb7323e25d fix: restore setting id on FASTQ meta 2023-03-11 11:34:47 +01:00
Moritz E. Beber
7104b12e3b Update subworkflows/local/longread_preprocessing.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
2023-03-11 11:28:42 +01:00
Moritz E. Beber
fa1c779536 fix: insert id key again 2023-03-11 11:28:42 +01:00
Moritz E. Beber
246da8a7b0 chore: remove fixme comments 2023-03-11 11:28:42 +01:00
Moritz E. Beber
7c1133efb8 add more comments and slight style changes 2023-03-11 11:28:42 +01:00
Moritz E. Beber
5380bc18ec fix: channels should match 1:1 without remaining elements 2023-03-11 11:28:42 +01:00
Moritz E. Beber
07db3c93e2 style: use map addition instead of cloning 2023-03-11 11:28:42 +01:00
Moritz E. Beber
d17dce5590 style: use subMap and early returns 2023-03-11 11:28:42 +01:00
Moritz E. Beber
0bcea6c993 style: use parameter for branch closure 2023-03-11 11:28:42 +01:00
Moritz E. Beber
b90433f3c2 style: use parameters for filter closure 2023-03-11 11:28:42 +01:00
Moritz E. Beber
aa2410a871 style: use named parameters for closure 2023-03-11 11:28:42 +01:00
Moritz E. Beber
c2ad421051 refactor: simplify DB validation 2023-03-11 11:28:42 +01:00
James Fellows Yates
98bc6910d5 Update authors and remove left over comment 2023-03-07 11:47:54 +01:00
James Fellows Yates
6e64c2b5a9 Fix copy paste error 2023-03-06 10:50:36 +01:00
James Fellows Yates
735212c9ee Fix the non-updated KAIJU2TABLE name 2023-03-06 10:47:36 +01:00
James Fellows Yates
a5138ed6e0 Fix ugly warn when KAIJU2TABLE not run 2023-03-06 08:17:50 +01:00
James A. Fellows Yates
6c2ce4a1c9
Apply suggestions from code review
Co-authored-by: Sofia Stamouli <91951607+sofstam@users.noreply.github.com>
2023-03-03 08:37:31 +01:00
James A. Fellows Yates
32c0d8d6a5
Fix KrakenUniq Taxpasta issue 2023-02-22 08:24:48 +01:00
sofstam
90aa7551a9 Fix the motus_versions 2023-02-20 14:27:57 +01:00
sofstam
3fa1b0c17d Remove standardised_tables 2023-02-20 13:48:04 +01:00
sofstam
90a5668007 run_malt false in test and add text in output.md 2023-02-17 15:38:36 +01:00
sofstam
27b7171b96 Apply review suggestions 2023-02-17 09:16:58 +01:00
sofstam
2456038567 Merge branch 'dev' into add_taxpasta_merge 2023-02-16 15:07:51 +01:00
sofstam
de6a4214ef Add taxpasta_merge to taxprofiler 2023-02-16 14:29:52 +01:00
James Fellows Yates
7dfcdd015b Re-add the 'native' combined kaiju output 2023-02-16 14:02:13 +01:00
James Fellows Yates
79b4db9a34 Move kaiju2table to profiling 2023-02-16 13:39:05 +01:00
James A. Fellows Yates
45ac6fedc2
Merge pull request #237 from nf-core/bracken-params
Support Kraken and Bracken db_params in database sheet
2023-02-09 10:59:27 +01:00
James A. Fellows Yates
70eb84b8d5
Apply suggestions from code review
Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
2023-02-09 08:01:52 +01:00
James Fellows Yates
b3837cce5b Relax strictness so can supply empty db_params but block if only single parameter with out ; 2023-02-08 15:44:37 +01:00
James Fellows Yates
fe3d42ffd7 Make bracken db_params be a semi-colon separate list to allow kraken and bracken parameters 2023-02-08 13:34:36 +01:00
James Fellows Yates
18886c0cbc Start trying a different method with maps in profiling 2023-02-07 15:51:25 +01:00
James Fellows Yates
059cd17114 Fix exporting of mapped/unmapped reads for consistency across both short and long reads 2023-02-07 11:43:40 +01:00
James A. Fellows Yates
47efd193cb
Merge pull request #219 from nf-core/allow-targz-motus [skip ci]
Allow all tool's databases to be provided as `.tar.gz` files
2023-01-25 13:48:43 +01:00
James A. Fellows Yates
4289e1f901
Remove metaphlan3 nanopore filter as _sometimes_ it can work 2023-01-24 15:42:14 +01:00
James A. Fellows Yates
c765b3f0bc
Merge branch 'dev' into allow-targz-motus 2023-01-24 15:20:29 +01:00
James A. Fellows Yates
00178d3431
Merge pull request #221 from nf-core/metaphlan3-filter-nanopore
Filter  out nanopore data prior Metaphlan3
2023-01-24 14:39:02 +01:00
James Fellows Yates
14826d5205 Separate conditions, remove some left-over dumps 2023-01-24 13:20:58 +01:00
James Fellows Yates
0358489be0 Remove metaphlan profiling for nanopore as it appears to always result in 100% unclassified 2023-01-24 13:05:52 +01:00
James A. Fellows Yates
6eafcc6499
Try Moritz's trick, assuming validate_db_rows already checks for tool name validity 2023-01-24 12:43:34 +01:00
James Fellows Yates
4df3409f4a Merge branch 'dev' of github.com:nf-core/taxprofiler into allow-targz-motus 2023-01-24 11:50:28 +01:00
James Fellows Yates
9205831273 Start adding filter for long read and MP3 2023-01-24 11:50:10 +01:00
James Fellows Yates
1a148c5d49 Remove double If and format for readability 2023-01-24 10:48:23 +01:00
James A. Fellows Yates
d56e3133f9
Allow databases of all tools to arrive as tar.gz 2023-01-24 10:45:01 +01:00
James Fellows Yates
606ffc0eb1 Remove platform specificity for MALT 2023-01-20 13:40:59 +01:00
James Fellows Yates
e5c6db96c8 update all modules to make templaite compatible 2022-12-23 17:23:05 +01:00
Sofia Stamouli
41c1ae9d1a
Commit suggestion
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
2022-12-23 12:20:37 +01:00
sofstam
85906ab1cb Optional untar on dbs 2022-12-23 11:25:57 +01:00
James A. Fellows Yates
25bb4304e8
Merge pull request #187 from nf-core/revert-pep
Revert PEP validation back to python samplesheet check
2022-12-20 15:03:18 +01:00