Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pappsomspp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
⚠
INSTANCE de PREPROD
⚠
Les données peuvent être supprimées à tout moment.
Show more breadcrumbs
PAPPSO
pappsomspp
Commits
4da4ceb8
Commit
4da4ceb8
authored
2 years ago
by
Langella Olivier
Browse files
Options
Downloads
Patches
Plain Diff
using new QRegularExpression instead of QregExp old obsoletized in Qt6
parent
250b6a38
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/pappsomspp/protein/protein.cpp
+1
-1
1 addition, 1 deletion
src/pappsomspp/protein/protein.cpp
src/pappsomspp/protein/protein.h
+1
-1
1 addition, 1 deletion
src/pappsomspp/protein/protein.h
with
2 additions
and
2 deletions
src/pappsomspp/protein/protein.cpp
+
1
−
1
View file @
4da4ceb8
...
...
@@ -37,7 +37,7 @@
namespace
pappso
{
QReg
Exp
Protein
::
m_removeTranslationStopRegExp
(
"
\\
*$"
);
QReg
ularExpression
Protein
::
m_removeTranslationStopRegExp
(
"
\\
*$"
);
/*
* http://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml
...
...
This diff is collapsed.
Click to expand it.
src/pappsomspp/protein/protein.h
+
1
−
1
View file @
4da4ceb8
...
...
@@ -59,7 +59,7 @@ class PMSPP_LIB_DECL Protein
/** \brief number of amino acid */
unsigned
int
m_length
=
0
;
static
QReg
Exp
m_removeTranslationStopRegExp
;
static
QReg
ularExpression
m_removeTranslationStopRegExp
;
public:
Protein
();
...
...
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