Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Magali Monnoye
Analyses_16S
Commits
3c0a9fb1
Commit
3c0a9fb1
authored
Jan 18, 2022
by
Magali Monnoye
Browse files
fin analyses frogs femelle vs males
parent
23a5b62e
Pipeline
#48186
passed with stage
in 4 minutes and 16 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
202106_Obeglu/FROGSfm/affiliations_stats_cleaned.html
0 → 100644
View file @
3c0a9fb1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
202106_Obeglu/FROGSfm/tree.html
0 → 100644
View file @
3c0a9fb1
This diff is collapsed.
Click to expand it.
202106_Obeglu/FROGSfm/tree.nhx
0 → 100644
View file @
3c0a9fb1
This diff is collapsed.
Click to expand it.
202106_Obeglu/report_Obeglu_FvsM.Rmd
View file @
3c0a9fb1
...
...
@@ -308,17 +308,20 @@ Je vais rectifier toutes les multis affiliations sur "affiliationExplorer"
* Lien pour accéder au module: [affiliationExplorer](https://shiny.migale.inrae.fr/app/affiliationexplorer)
Je refais un <strong class="tool">affiliations_stats</strong> sur le biom nettoyé des multis affiliations
```{bash}
#Affiliation stat pour comparer avant et après correction avec affiliationExplorer
qsub -cwd -V -N affiliations_stats_cleaned -o LOGS -e LOGS -b y "conda activate frogs-3.2.2 && affiliations_stat.py --input-biom cleaned_biom-202
1
-0
6-23
.biom --output-file FROGSfm/affiliations_stats_cleaned.html --log-file FROGSfm/affiliations_stats_cleaned.log --multiple-tag blast_affiliations --tax-consensus-tag blast_taxonomy --identity-tag perc_identity --coverage-tag perc_query_coverage && conda deactivate"
qsub -cwd -V -N affiliations_stats_cleaned -o LOGS -e LOGS -b y "conda activate frogs-3.2.2 && affiliations_stat.py --input-biom cleaned_biom-202
2
-0
1-18
.biom --output-file FROGSfm/affiliations_stats_cleaned.html --log-file FROGSfm/affiliations_stats_cleaned.log --multiple-tag blast_affiliations --tax-consensus-tag blast_taxonomy --identity-tag perc_identity --coverage-tag perc_query_coverage && conda deactivate"
Job 3635034
```
Message du termminal: "Your job 4200552 ("affiliations_stats_cleaned") has been submitted"
Lien vers le [rapport affiliations_stats_cleaned](FROGSfm/affiliations_stats_cleaned.html)
### Tree
...
...
@@ -331,14 +334,40 @@ Je crée l'arbre phylogénique avec <strong class="tool">tree</strong>
conda
activate
frogs
-
3.2.2
&&
tree
.
py
--
help
#
Creation
arbre
phylogenique
qsub
-
cwd
-
V
-
N
tree
-
o
LOGS
-
e
LOGS
-
b
y
"conda activate frogs-3.2.2 && tree.py --input-sequences FROGSfm/filters.fasta --biom-file cleaned_biom-202
1
-0
6-23
.biom --out-tree FROGSfm/tree.nhx --html FROGSfm/tree.html --log-file FROGSfm/tree.log && conda deactivate"
qsub
-
cwd
-
V
-
N
tree
-
o
LOGS
-
e
LOGS
-
b
y
"conda activate frogs-3.2.2 && tree.py --input-sequences FROGSfm/filters.fasta --biom-file cleaned_biom-202
2
-0
1-18
.biom --out-tree FROGSfm/tree.nhx --html FROGSfm/tree.html --log-file FROGSfm/tree.log && conda deactivate"
Job
3635036
```
Message
du
termminal
:
"Your job 4200553 ("
tree
") has been submitted"
Lien
vers
l
'arbre [Tree](FROGSfm/tree.nwk)
```{bash}
#Commit du fichier data.tar.gz qui est un fichier lourd
git add data.tar.gz
git add FROGS*.biom
git add *.html
git add *affiliation.tsv
#Enusite faire les commits
git commit -m "fichiers tar"
#Puis faire les push
git push
#Si gitlab fatal: pack exceeds maximum allowed size
#Pour supprimer dernier commit:
git reset HEAD~
#Pour supprimer les fichiers venndiagram
rm -f VennDiagram*.log
#Pour supprimer de force un dossier et tout ce qu'
il
contient
rm
-
rf
...
```
##
Metagenomic
phyloseq
analysis
###
Import
donn
é
es
...
...
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