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

Indentation in modules template is wrong #2856

Closed
adamrtalbot opened this issue Mar 18, 2024 · 1 comment
Closed

Indentation in modules template is wrong #2856

adamrtalbot opened this issue Mar 18, 2024 · 1 comment
Assignees

Comments

@adamrtalbot
Copy link
Contributor

Description of feature

The indentation is the module template is wrong. We should fix it:

input[0] = [
[ id:'test', single_end:false ], // meta map
file(params.test_data['sarscov2']['illumina']['test_paired_end_bam'], checkIfExists: true)
]

input[0] = [
    [ id:'test', single_end:false ], // meta map
    file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true)
]
@mirpedrol
Copy link
Member

Done with #2868

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants