Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
rnaseq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BICF
Astrocyte
rnaseq
Commits
9d8cac39
Commit
9d8cac39
authored
Sep 07, 2018
by
Brandi Cantarel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64 cpu max stringtie
parent
2adff316
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
workflow/process_scripts
workflow/process_scripts
+1
-1
workflow/scripts/check_designfile.pl
workflow/scripts/check_designfile.pl
+2
-1
No files found.
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