Skip to content

Commit

Permalink
Fix HapMap fixture (example of invalid file)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammerer committed Sep 19, 2017
1 parent 31fa5b8 commit 39aece7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'capistrano/rails'
require 'capistrano/puma'
require 'capistrano/console'
require 'capistrano/chruby'
require 'capistrano/delayed-job'
require 'capistrano/delayed_job'
require 'whenever/capistrano'

# Include tasks from other gems included in your Gemfile
Expand Down
2 changes: 2 additions & 0 deletions spec/fixtures/files/hapmap/invalid.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rs# alleles chrom pos strand assembly# center protLSID assayLSID panelLSID QCcode Sample1
rs12255619 A/C chr10 88481 + ncbi_b36 bbs urn:lsid:bbs.hapmap.org:Protocol:Phase3_Draft1:1 urn:lsid:bbs.hapmap.org:Assay:Phase3_Draft1_rs12255619:1 urn:lsid:dcc.hapmap.org:Panel:US_African-30-trios:3 QC+ XX

0 comments on commit 39aece7

Please sign in to comment.