-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from p2m2/fix_non-sulfured_molecular_ion_33
fix non sulfered molecular detection and remove mz < mzmincorestructure
- Loading branch information
Showing
8 changed files
with
64 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,38 @@ | ||
### Genouest | ||
# Genouest jobs | ||
|
||
## Batch job | ||
|
||
check [slurm job](./slurm_genouest.sh) | ||
|
||
```shell | ||
sbatch --mem=20G slurm_genouest.sh | ||
``` | ||
### Check job | ||
|
||
```shell | ||
squeue -u ofilangi | ||
``` | ||
|
||
## Interactive job | ||
|
||
|
||
```shell | ||
srun --mem=20G --pty bash | ||
srun --mem=20G --cpus-per-task=8 --pty bash | ||
``` | ||
|
||
sbatch --mem=20G script.sh | ||
### Set environment | ||
|
||
```shell | ||
. /local/env/envconda.sh | ||
export PATH=$HOME/bin:$PATH | ||
conda activate /home/genouest/inra_umr1349/ofilangi/sbt_env | ||
``` | ||
|
||
### Example with blanc dataset | ||
|
||
```shell | ||
FILES="/groups/arch_igepp/metabolomics/MassSpectrometerOutputFile/brassimet/202111/Racines/MzXML*Neg/Brassinet_Racine_blanc-2_Neg_01_8540.mzXML" | ||
java -cp ../assembly/pack.jar fr.inrae.metabolomics.p2m2.MainDetection $FILES | ||
``` | ||
|
||
squeue -u ofilangi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters