Skip to content
Snippets Groups Projects
Commit 33997813 authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-1198]. Support for BigWIg BAM rnaseq data.

parent 2007c4d8
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ sub DataFile_to_extensions {
my ($self, $df) = @_;
my $type = $df->file_type();
my $extensions = {
BAM => ['bam', 'bam.bai'],
BAM => ['bam', 'bam.bai', 'bam.bw'],
# BIGBED => 'bb',
BIGWIG => ['bw'],
VCF => ['vcf.gz', 'vcf.gz.tbi'],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment