Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
phylolegio
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mcariou
phylolegio
Commits
b67e2fbc
Commit
b67e2fbc
authored
Nov 22, 2021
by
mcariou
Browse files
Options
Downloads
Patches
Plain Diff
4th script runs on multiple genes
parent
7e4d8611
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
script/4_parse_PSIblast.R
+2
-2
2 additions, 2 deletions
script/4_parse_PSIblast.R
script/4_parse_PSIblast.sh
+2
-0
2 additions, 0 deletions
script/4_parse_PSIblast.sh
script/runscript_78Lp_step34.sh
+1
-1
1 addition, 1 deletion
script/runscript_78Lp_step34.sh
with
5 additions
and
3 deletions
script/4_parse_PSIblast.R
+
2
−
2
View file @
b67e2fbc
...
...
@@ -2,8 +2,8 @@
args
=
commandArgs
(
trailingOnly
=
TRUE
)
# test if there is at least one argument: if not, return an error
if
(
length
(
args
)
!=
6
)
{
stop
(
"
5
arguments must be supplied.\n"
,
call.
=
FALSE
)
if
(
length
(
args
)
!=
8
)
{
stop
(
"
7
arguments must be supplied.\n"
,
call.
=
FALSE
)
}
#args<-c("/home/mcariou/2021_legio/fasta/78Lp/Q5ZXP3_lpg0688/Q5ZXP3_lpg0688.psiblast.mod", "0.0001", "0.3", "0.5", "1", "/home/mcariou/2021_legio/fasta/78Lp/Q5ZXP3_lpg0688/Q5ZXP3_lpg0688.fasta")
...
...
This diff is collapsed.
Click to expand it.
script/4_parse_PSIblast.sh
+
2
−
0
View file @
b67e2fbc
...
...
@@ -52,6 +52,8 @@ echo $rscript
for
Gene
in
$GENES
do
mkdir
-p
$FASTA_REP
/
$Gene
echo
"in the loop"
echo
$Gene
subblast
=
$FASTA_REP
"/"
$Gene
"/"
$Gene
".psiblast"
grep
$Gene
$OUT_BLAST
>
$subblast
...
...
This diff is collapsed.
Click to expand it.
script/runscript_78Lp_step34.sh
+
1
−
1
View file @
b67e2fbc
...
...
@@ -16,7 +16,7 @@
## IN TRIAL
/home/mcariou/2021_legio/phylolegio/script/4_parse_PSIblast.sh ~/2021_legio/out_blastn/78Lp_uniprot.psiblast ~/2021_legio/phylolegio/doc/tabAss.txt ~/2021_legio/fasta/
lpg2300_50_50
~/2021_legio/genes/78Lp_uniprot.fasta 0.0001 0.5 0.5 1
/home/mcariou/2021_legio/phylolegio/script/4_parse_PSIblast.sh ~/2021_legio/out_blastn/78Lp_uniprot.psiblast ~/2021_legio/phylolegio/doc/tabAss.txt ~/2021_legio/fasta/
78Lp
~/2021_legio/genes/78Lp_uniprot.fasta 0.0001 0.5 0.5 1
# fin
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