Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haarst, Jan van
reas
Commits
d9b6e294
Commit
d9b6e294
authored
8 years ago
by
Haarst, Jan van
Browse files
Options
Downloads
Patches
Plain Diff
Let cross_match.manyreads show why it fails
parent
7694acd7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/run_HighDseg.pl
+1
-1
1 addition, 1 deletion
code/run_HighDseg.pl
with
1 addition
and
1 deletion
code/run_HighDseg.pl
+
1
−
1
View file @
d9b6e294
...
...
@@ -55,7 +55,7 @@ chdir($dir);
open (F_sh,
"
>
run
"
) || die
"
can
not
write
file
run
\
n
"
;
if (0 ==
$align_tool
) {
for (my
$i
=1;
$i
<=
$Nfiles
;
$i
++) {
print F_sh
"
cross_match
.
manyreads
leaf
.
$i
.
fa
..
/$read_file -masklevel 101 -minmatch 17 -minscore 30 $max_hit
2>/d
ev
/
null
|
ConvertAlign
.
pl
-
s $hit_size -i $hit_ident -t $align
_tool
|
HighDseg
-
s $hit_size -i $hit_ident -d $d
epth
>
$i
.
bk
&\
n
"
;
print F_sh
"
cross_match
.
manyreads
leaf
.
$i
.
fa
../
$read_file
-
masklevel
101
-
minmatch
17
-
minscore
30
$max_hit
|
ConvertAlign
.
pl
-
s $hit_size -i $hit_ident -t $align
_tool
|
HighDseg
-
s $hit_size -i $hit_ident -d $d
epth
>
$i
.
bk
&\
n
"
;
}
}
else {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment