Skip to content
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

Update centrifuge/centrifuge #1495

Merged
merged 11 commits into from
Apr 7, 2022
Prev Previous commit
Next Next commit
Update tests/modules/centrifuge/centrifuge/main.nf
Co-authored-by: James A. Fellows Yates <[email protected]>
  • Loading branch information
sofstam and jfy133 committed Apr 7, 2022
commit c418ab891da82f9ce9b2b025a10951f7668aa1e3
1 change: 0 additions & 1 deletion tests/modules/centrifuge/centrifuge/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ workflow test_centrifuge_centrifuge_single_end {
[ file(params.test_data['sarscov2']['illumina']['test_1_fastq_gz'], checkIfExists: true) ]
]
db = [ [], file('https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/delete_me/minigut_cf.tar.gz', checkIfExists: true) ]
//db_name = "minigut_cf"
save_unaligned = true
save_aligned = false
sam_format = false
Expand Down