Skip to content

Commit

Permalink
Merge pull request #251 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
single-end flag change for hisat2 (update release 0.24.0)
  • Loading branch information
dozy authored Jan 14, 2019
2 parents 2cf7fc7 + 2df504e commit 337f55e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/vtlib/hisat2_alignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,13 @@
{"subst":"hisat2_executable"},
{"subst":"aligner_numthreads_flag"},
"-x", {"port":"reference_genome", "direction":"in"},
"-1", {"port":"fq1","direction":"in"},
{
"select":"alignment_reads_layout",
"default":"2",
"select_range":[1],
"cases":{
"1":[ ],
"2":[ "-2", {"port":"fq2","direction":"in"} ]
"1":[ "-U", {"port":"fq1","direction":"in"} ],
"2":[ "-1", {"port":"fq1","direction":"in"}, "-2", {"port":"fq2","direction":"in"} ]
}
},
"--reorder",
Expand Down

0 comments on commit 337f55e

Please sign in to comment.