Skip to content

Commit

Permalink
Update test_annotate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kepbod committed Sep 4, 2017
1 parent 5273ea2 commit e0b6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_annotate.py
Expand Up @@ -19,7 +19,7 @@ def setup(self):
fa_path = circ_path + '/chr21.fa'
options = {'--ref': ref_path, '--genome': fa_path,
'--no-fix': False,
'--bed': circ_path+'/fusion_junction.bed',
'--bed': circ_path + '/fusion_junction.bed',
'--low-confidence': True,
'--output': 'circularRNA_known.txt'}
annotate(options, command='CIRCexplorer2 annotate', name='annotate')
Expand Down

0 comments on commit e0b6a41

Please sign in to comment.