Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
rnaseq
Commits
9d8cac39
Commit
9d8cac39
authored
Sep 07, 2018
by
Brandi Cantarel
Browse files
64 cpu max stringtie
parent
2adff316
Changes
2
Show whitespace changes
Inline
Side-by-side
process_scripts
@
636e989b
Compare
0bdf56d5
...
636e989b
Subproject commit
0bdf56d5bdb9252ce418fcf7d0c7bdbcee9ff4a1
Subproject commit
636e989b65cc76352111cedac9a8762fbe570384
workflow/scripts/check_designfile.pl
View file @
9d8cac39
...
...
@@ -38,6 +38,7 @@ while (my $line = <DFILE>) {
my
%hash
;
foreach
my
$i
(
0
..
$#row
)
{
next
unless
(
$newcols
{
$colnames
[
$i
]});
$row
[
$i
]
=~
s/-//g
unless
(
$colnames
[
$i
]
=~
m/Fq/
);
$hash
{
$colnames
[
$i
]}
=
$row
[
$i
];
}
if
(
$hash
{
SampleID
}
=~
m/^\d/
)
{
...
...
@@ -51,7 +52,7 @@ while (my $line = <DFILE>) {
$j
=
$lnct
%%
2
;
$hash
{
SampleGroup
}
=
$grp
[
$j
];
}
$hash
{
SampleGroup
}
=~
s/_/
.
/g
;
$hash
{
SampleGroup
}
=~
s/_//g
;
my
@line
;
foreach
$f
(
@cols
)
{
push
@line
,
$hash
{
$f
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment