Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/nf-core/rastair/mbiasparser/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ profiles {
test_gpu { includeConfig 'conf/test_gpu.config' }
test_single_gpu { includeConfig 'conf/test_single_gpu.config' }
test_full { includeConfig 'conf/test_full.config' }
aws_batch { includeConfig 'conf/aws/batch/nextflow.config' }
// aws_batch { includeConfig 'conf/aws/batch/nextflow.config' }
// Once the file is created then uncomment this
}

// Load nf-core custom profiles from different institutions
Expand Down
Loading