Skip to content

Commit

Permalink
update input order
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly-ST-HRI committed Jan 24, 2022
1 parent bb7e964 commit 9d91ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hicup
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ my %config = (
digest => '',
dragen => '',
format => '',
index => '',
hisat2 => '',
index => '',
longest => '',
re1 => '',
shortest => '',
Expand Down
2 changes: 1 addition & 1 deletion hicup_mapper
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ my $config_result = GetOptions(
"bowtie2=s" => \$config{bowtie2},
"dragen=s" => \$config{dragen},
"hisat2=s" => \$config{hisat2},
"config=s" => \$config{config},
"datestamp=s" => \$config{datestamp},
"example" => \$config{example},
"config=s" => \$config{config},
"format=s" => \$config{format},
"index=s" => \$config{index},
"ligation=s" => \$config{ligation}, #Hidden flag to pass ligation details from HiCUP so hicup_truncater header can be included in the SAM file
Expand Down

0 comments on commit 9d91ddd

Please sign in to comment.