Skip to content

Commit

Permalink
Fix GFF3 pretty printer
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 27, 2020
1 parent 670f49d commit bcec2cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BioFSharp.IO/FSIPrinters.fs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module FSIPrinters =
///print GFF3 formatted file as seen in the specifications.
let prettyPrintGFF3 (input : seq<GFFLine<#seq<'a>>>) =
toString id input
|> Seq.iter (fun x -> printfn "%s" x)
|> String.concat "\r\n"


let prettyPrintGSE (gse:SOFT.Series.GSE) =
Expand Down Expand Up @@ -264,4 +264,3 @@ Samples %s
(gpl.PlatformMetadata.Contributor |> formatMultiEntries 4)
(gpl.SeriesMetadata |> formatSeries 4)
(gpl.SampleMetadata |> formatSamples 4)

0 comments on commit bcec2cc

Please sign in to comment.