File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- # Seurat.Preprocessing urn:lsid:genepattern.org:module.analysis:00415:0.22
2
- #Tue Nov 17 02:06:02 UTC 2020
1
+ # Seurat.Preprocessing urn:lsid:genepattern.org:module.analysis:00415:2
2
+ #Wed Jul 14 02:04:26 UTC 2021
3
3
JVMLevel=
4
- LSID=urn\:lsid\:genepattern.org\:module.analysis\:00415\:0.22
5
- author=Edwin F. Juarez;UCSD - Mesirov Lab
6
- categories=preprocess & utilities;preprocess & utilities;single-cell; single-cell
4
+ LSID=urn\:lsid\:genepattern.org\:module.analysis\:00415\:2
5
+ author=Edwin F. Juarez & Jonathan Zamora ;UCSD - Mesirov Lab
6
+ categories=preprocess & utilities;single-cell
7
7
commandLine=Rscript --no-save --quiet --no-restore <libdir>seurat_preprocess.R --input_rds <input_rds> --min_n_features <min_n_features> --max_n_features <max_n_features> --max_percent_mitochondrial <max_percent_mitochondrial> --norm_method <norm_method> --scale_factor <scale_factor> --feat_sel_method <feat_sel_method> --num_features <num_features> --num_to_label <num_to_label> --vdl_num_dims <vdl_num_dims> --vdhm_num_dims <vdhm_num_dims> --cells <cells> --file_name <file_name>
8
8
cpuType=any
9
9
description=Seurat preprocessing
10
+ documentationUrl=https\://github.com/genepattern/Seurat.Preprocessing/blob/develop/doc.md
10
11
fileFormat=rds
11
- job.docker.image=genepattern/seurat-suite\:2.4
12
+ job.docker.image=genepattern/seurat-suite\:4.0.3
12
13
language=any
13
14
name=Seurat.Preprocessing
14
15
os=any
@@ -182,8 +183,10 @@ p9_prefix_when_specified=
182
183
p9_type=java.lang.Integer
183
184
p9_value=
184
185
privacy=public
186
+ publicationDate=11/20/2020 01\:10
185
187
quality=development
188
+ src.repo=https\://github.com/genepattern/Seurat.Preprocessing
186
189
taskDoc=doc.html
187
190
taskType=preprocess & utilities
188
191
userid=edjuaro
189
- version=Editing parameter groups
192
+ version=Upgrading to Seurat v4.0.3
Original file line number Diff line number Diff line change 1
- docker run -v $PWD :/LOCAL -w $PWD /Job_1 -t genepattern/seurat-suite:2.4 Rscript --no-save --quiet --slave --no-restore /LOCAL/seurat_preprocess.R\
2
- --tenx_data_dir ' https://s3-us-west-2.amazonaws.com/10x.files/samples/cell/pbmc3k/pbmc3k_filtered_gene_bc_matrices.tar.gz ' \
1
+ docker run -v $PWD :/LOCAL -w $PWD /Job_1 -t genepattern/seurat-suite:4.0.3 Rscript --no-save --quiet --slave --no-restore /LOCAL/src /seurat_preprocess.R\
2
+ --input_rds ' /LOCAL/data/test_run.rds ' \
3
3
--column_name " percent.mt" --pattern ' MT-' \
4
4
--first_feature ' nFeature_RNA' --second_feature ' nCount_RNA' --third_feature ' percent.mt' \
5
- --min_n_features 200 --max_n_features 2500 --max_percent_mitochondrial 5 \
5
+ --min_n_features 2 --max_n_features 6000 --max_percent_mitochondrial 25 \
6
6
--norm_method ' LogNormalize' --scale_factor 10000\
7
7
--num_features 2000 --num_to_label 10\
8
8
--vdl_num_dims 2\
9
9
--vdhm_num_dims 15 --cells 500\
10
10
--file_name " test_run" \
11
- --keep_scale_data TRUE
11
+ --keep_scale_data TRUE
You can’t perform that action at this time.
0 commit comments