-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cell type specific grns for portia and grnboost2
- Loading branch information
Showing
14 changed files
with
1,854 additions
and
521 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
#SBATCH --time=12:00:00 | ||
#SBATCH --job-name=grnboost2 | ||
#SBATCH --output=logs/%j.out | ||
#SBATCH --error=logs/%j.err | ||
#SBATCH --mail-type=END | ||
#SBATCH [email protected] | ||
#SBATCH --cpus-per-task=20 | ||
#SBATCH --mem=64G | ||
|
||
singularity exec ../../images/scenic python src/methods/single_omics/grnboost2/script.py |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
#SBATCH --time=2:00:00 | ||
#SBATCH --job-name=portia | ||
#SBATCH --output=logs/%j.out | ||
#SBATCH --error=logs/%j.err | ||
#SBATCH --mail-type=END | ||
#SBATCH [email protected] | ||
#SBATCH --cpus-per-task=20 | ||
#SBATCH --mem=120G | ||
|
||
singularity exec ../../images/portia python src/methods/single_omics/portia/script.py |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
#SBATCH --time=2:00:00 | ||
#SBATCH --job-name=scenicplus | ||
#SBATCH --output=logs/%j.out | ||
#SBATCH --error=logs/%j.err | ||
#SBATCH --mail-type=END | ||
#SBATCH [email protected] | ||
#SBATCH --cpus-per-task=20 | ||
#SBATCH --mem=64G | ||
|
||
singularity exec ../../images/scenicplus_old python src/methods/multi_omics/scenicplus/script.py |
File renamed without changes.
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
Oops, something went wrong.