Skip to content

Commit e8a6b50

Browse files
committed
Support additional file extensions
1 parent c2f7164 commit e8a6b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/util/SequenceOutputFileType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public class SequenceOutputFileType extends FileType
1111
{
1212
public SequenceOutputFileType()
1313
{
14-
super(Arrays.asList(".bam", ".gff", ".gtf", ".bed", ".vcf", ".rds"), ".bed", FileType.gzSupportLevel.SUPPORT_GZ);
14+
super(Arrays.asList(".bam", ".cram", ".gff", ".gtf", ".bed", ".vcf", ".rds", ".bw"), ".bed", FileType.gzSupportLevel.SUPPORT_GZ);
1515
}
1616
}

0 commit comments

Comments
 (0)