Skip to content

Commit

Permalink
Merge pull request #5 from shiltemann/fix
Browse files Browse the repository at this point in the history
fix error when using built-in reference genome
  • Loading branch information
hexylena authored Jun 6, 2017
2 parents bca2a3f + eba188b commit f3f64d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion macros_conffiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,9 @@ show_tick_labels = yes
<configfile name="test_case_conf"><![CDATA[
<!--
mkdir -p test-data/my-test-case/;
cp ${genome_fasta} test-data/my-test-case/input.fa;
#if $reference_genome.reference_genome_source == 'history':
cp ${genome_fasta} test-data/my-test-case/input.fa;
#end if
#if $ideogram.bands:
cp ${ideogram.bands} test-data/my-test-case/bands.${ideogram.bands.ext};
#end if
Expand Down

0 comments on commit f3f64d5

Please sign in to comment.