Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plit-genome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
zoology
plit-genome
Commits
2fc2957d
Commit
2fc2957d
authored
5 months ago
by
Niko (Nikolaos) Papadopoulos
Browse files
Options
Downloads
Patches
Plain Diff
added hox alignment script
parent
a7959056
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
07-analysis/genes.sh
+39
-0
39 additions, 0 deletions
07-analysis/genes.sh
with
39 additions
and
0 deletions
07-analysis/genes.sh
0 → 100644
+
39
−
0
View file @
2fc2957d
#!/usr/bin/env bash
# a script to keep track of what I have aligned against what
# so we can find it again when it is time to write the paper.
# references
FLYE
=
/Users/npapadop/Documents/data/sequences/plit/flye.fasta
SHASTA
=
/Users/npapadop/Documents/data/sequences/plit/shasta.fasta
HIFIASM
=
/Users/npapadop/Documents/data/sequences/plit/hifiasm.fa
FLYE_OMNI
=
/Users/npapadop/Documents/data/sequences/plit/draft_filtered.fasta
# output format
M8FORMAT
=
"query,target,fident,alnlen,mismatch,gapopen,qstart,qend,tstart,tend,evalue,bits,qlen"
# queries
SMART_ARACHNIDA_HOX
=
/Users/npapadop/Documents/data/sequences/plit/2023-10-16_SMART_arachnida.fasta
NCBI_CHELICERATA_HOX
=
/Users/npapadop/Documents/data/sequences/plit/2023-10-16_chelicerata-hox.fasta
PYCLIT_HOX
=
/Users/npapadop/Documents/data/sequences/plit/Plit_HoxGenes.fasta
WORKDIR
=
/Users/npapadop/Documents/projects/pycnogonum/2024-05-28_wnt_finder
mkdir
-p
$WORKDIR
cd
$WORKDIR
||
exit
1
### Finding hox genes
cd
/Users/npapadop/Documents/projects/pycnogonum/2023-10-16_hox_finder
||
exit
1
mmseqs easy-search
$SMART_ARACHNIDA_HOX
$SHASTA
smart_shasta.m8 tmp
mmseqs easy-search
$SMART_ARACHNIDA_HOX
$HIFIASM
smart_hifiasm.m8 tmp
mmseqs easy-search
$SMART_ARACHNIDA_HOX
$FLYE_OMNI
smart_draft.m8 tmp
mmseqs easy-search
$NCBI_CHELICERATA_HOX
$FLYE
ncbi_flye.m8 tmp
mmseqs easy-search
$NCBI_CHELICERATA_HOX
$SHASTA
ncbi_shasta.m8 tmp
mmseqs easy-search
$NCBI_CHELICERATA_HOX
$HIFIASM
ncbi_hifiasm.m8 tmp
mmseqs easy-search
$NCBI_CHELICERATA_HOX
$FLYE_OMNI
ncbi_draft.m8 tmp
### Using hand-picked hox gene sequences
cd
/Users/npapadop/Documents/projects/pycnogonum/2023-10-16_hox_finder
||
exit
1
mmseqs easy-search
$PYCLIT_HOX
$FLYE
pyclit.m8 tmp
--format-output
$M8FORMAT
mmseqs easy-search
$PYCLIT_HOX
$FLYE_OMNI
pyclit.m8 tmp
--format-output
$M8FORMAT
mmseqs easy-search
$BRANCHO_ABDA
$FLYE
abda.m8 tmp
--format-output
$M8FORMAT
mmseqs easy-search
$BRANCHO_ABDA
contig_2855.fa abda.m8 tmp
--format-output
$M8FORMAT
\ No newline at end of file
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