Skip to content

Commit

Permalink
IUPAC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rchikhi committed Dec 25, 2018
1 parent 2b4a5a9 commit f4635fd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 12 additions & 0 deletions test/IUPAC.fasta
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
>k=21
RRRRRRRRRRRRRRRRRRRRR
>should be only one kmer, AAAA...AAA's
AAAAAAAAAAAAAAAAAAAAAY
>n
AAAAAAAAAAAAMAAAAAAAA
>n
AAAAAAAAAAAARAAAAAAAA
>n
AAAAAAAAAAAAWAAAAAAAA
>n
AAAAAAAAAAAAAAAAAAAAAW
2 changes: 0 additions & 2 deletions utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ add_definitions (${gatb-core-flags} " -Wno-ambiguous-member-template")

include_directories (${gatb-core-includes})

#list (APPEND PROGRAMS dsk2ascii filter_by_previous_contigs)
list (APPEND PROGRAMS dsk2ascii)

FOREACH (program ${PROGRAMS})
Expand All @@ -18,5 +17,4 @@ ENDFOREACH (program)
################################################################################
# INSTALLATION
################################################################################
#INSTALL (TARGETS dsk2ascii filter_by_previous_contigs DESTINATION bin)
INSTALL (TARGETS dsk2ascii DESTINATION bin)

0 comments on commit f4635fd

Please sign in to comment.