Skip to content

Commit

Permalink
Merge pull request #569 from nikhilRP/narrowPeak-parser-fix
Browse files Browse the repository at this point in the history
Typo in the narrowPeak parser
  • Loading branch information
laserson committed Feb 5, 2015
2 parents 82a707c + 99ba863 commit 363b7da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ class Features2ADAM(val args: Features2ADAMArgs)
case "gff" => sc.adamGTFFeatureLoad(args.featuresFile) // TODO(Timothy) write a GFF-specific loader?
case "gtf" => sc.adamGTFFeatureLoad(args.featuresFile)
case "bed" => sc.adamBEDFeatureLoad(args.featuresFile)
case "narrowPeak" => sc.adamNarrowPeakFeatureLoad(args.featuresFile)
case "narrowpeak" => sc.adamNarrowPeakFeatureLoad(args.featuresFile)
}
features.adamParquetSave(args)
}
Expand Down

0 comments on commit 363b7da

Please sign in to comment.