Skip to content

Commit

Permalink
complete refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jun 18, 2019
1 parent 0d44fc8 commit 0b3b45b
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 785 deletions.
Expand Up @@ -41,7 +41,7 @@ private[adam] case class FastaDescriptionLine(
*/
private[converters] object FastaConverters {
// nucleotide + amino acid + ambiguity codes covers a-z
private val fastaRegex = "^[a-zA-Z]+$".r
private val fastaRegex = "^[a-zA-Z]+$".r // this should include '*' if indeed valid, per cleanSequence below

/**
* Return true if the specified line is a description line.
Expand Down Expand Up @@ -138,7 +138,7 @@ private[converters] object FastaConverters {
/**
* Convert FASTA format into Sequences.
*/
private[adam] object FastaSequenceConverter4 {
private[adam] object FastaSequenceConverter {
import FastaConverters._

/**
Expand Down Expand Up @@ -180,7 +180,7 @@ private[adam] object FastaSequenceConverter4 {
/**
* Convert FASTA format into Slices.
*/
private[adam] object FastaSliceConverter4 {
private[adam] object FastaSliceConverter {
import FastaConverters._

/**
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 0b3b45b

Please sign in to comment.