Skip to content

Commit

Permalink
Add missing comma to param hash
Browse files Browse the repository at this point in the history
  • Loading branch information
thibauthourlier committed Dec 21, 2020
1 parent 3450ba7 commit a040391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5338,7 +5338,7 @@ sub pipeline_analyses {
.' '.catfile($self->o('ncrna_dir'), 'annotated_dafs.tsv')
.' '.catfile($self->o('ncrna_dir'), 'rna_fold_results.txt')
.' '.catfile($self->o('ncrna_dir'), 'identified_mirnas.bed')
.' '.catfile($self->o('ncrna_dir'), 'mirnas_to_delete.txt')
.' '.catfile($self->o('ncrna_dir'), 'mirnas_to_delete.txt'),
pyenv_virtualenv => 'genebuild-mirna',
},
-rc_name => 'filter',
Expand Down

0 comments on commit a040391

Please sign in to comment.