@@ -130,7 +130,6 @@ Excluding the initial Snakemake install, conda environments for each module of t
130130
131131 1 . Download the pipeline to your directory of choice(also install git-lfs in your system before cloning, you can use conda)
132132
133- conda install -c conda-forge git-lfs
134133
135134
136135 git clone https://github.com/Functional-Genomics/CATD_snakemake.git
@@ -157,7 +156,7 @@ If you are running the pipeline for the first time you should use one sample to
157156 ** pbulkParam:** \
158157 pbulkMode: 2 #Different mode for building pbulks\
159158 cellCount: 100 #How many cells should be used to create a bulk sample\
160- nSamples: 1 #How many different samples should be generated #first time only generate one sample\
159+ nSamples: 10 #How many different samples should be generated #first time only generate one sample\
161160 propVar: 500 #Variances inbetween proportions, check vignette (EFFECTIVE IN MODE 2 ONLY, enter negative value to switch to min max prop mode)\
162161 sampleCT: 0 #Sampling for cell types allowed or not (1 or 0) (EFFECTIVE IN MODE 2 ONLY)
163162
@@ -181,7 +180,7 @@ If all the environments are included in the first run it will take around 25-30
181180When the job(step 9) finishes all the environments will have been installed and users are ready to run actual experiments and test the pipeline
182181
183182# Running the pipeline <a name =" runningthepipeline " ></a >
184- ** IMPORTANT** : As mentioned above, if running the pipeline for the first time, use one sample only as all the environments are
183+ ** IMPORTANT** : As mentioned above, if running the pipeline for the first time, use very few samples (e.g 10) only as all the environments are
185184installed throughout the workflow.
186185
187186
0 commit comments