Skip to content
Snippets Groups Projects
Commit 75032db1 authored by Andy Yates's avatar Andy Yates
Browse files

Missing the documentation

parent 4918ced3
No related branches found
No related tags found
No related merge requests found
......@@ -117,9 +117,14 @@ sub DataFile_to_extension {
return $extensions->[0];
}
=head2
=head2 DataFile_to_extensions
Arg[1] : Bio::EnsEMBL::DataFile
Example : my $exts = $dfa->DataFile_to_extensions($bam_df);
Description : Returns all expected extensions for the given DataFile type. The
first returned is the default extension
Returntype : ArrayRef
Exceptions : Raised if the given file type is not understood
=cut
......
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