Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rnaseq
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
rnaseq
Commits
9d8cac39
Commit
9d8cac39
authored
6 years ago
by
Brandi Cantarel
Browse files
Options
Downloads
Patches
Plain Diff
64 cpu max stringtie
parent
2adff316
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/process_scripts
+1
-1
1 addition, 1 deletion
workflow/process_scripts
workflow/scripts/check_designfile.pl
+2
-1
2 additions, 1 deletion
workflow/scripts/check_designfile.pl
with
3 additions
and
2 deletions
process_scripts
@
636e989b
Compare
0bdf56d5
...
636e989b
Subproject commit
0bdf56d5bdb9252ce418fcf7d0c7bdbcee9ff4a1
Subproject commit
636e989b65cc76352111cedac9a8762fbe570384
This diff is collapsed.
Click to expand it.
workflow/scripts/check_designfile.pl
+
2
−
1
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
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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