@@ -211,7 +211,7 @@ def RNA(config, group, project, organism, libraryType, tuples):
211
211
PE = linkFiles (config , group , project , outputDir , tuples )
212
212
CMD = "PATH={}/bin:$PATH" .format (os .path .join (config .get ('Options' , 'snakemakeWorkflowBaseDir' )))
213
213
CMD = [CMD , 'mRNAseq' , '--DAG' , '--trim' , '-i' , outputDir , '-o' , outputDir , org_yaml ]
214
- if tuples [0 ][2 ].startswith ("Smart-Seq2" ):
214
+ if tuples [0 ][2 ].startswith ("Smart-Seq2" ) or tuples [ 0 ][ 2 ]. startswith ( "NEBNext Single Cell RNA Library Preparation" ) :
215
215
# SMART-seq isn't a dUTP-based method!
216
216
CMD .extend (['--libraryType' , '0' ])
217
217
elif tuples [0 ][2 ].startswith ("NEBNext Low Input RNA Library" ):
@@ -243,7 +243,7 @@ def RELACS(config, group, project, organism, libraryType, tuples):
243
243
if os .path .exists (os .path .join (outputDir , "analysis.done" )):
244
244
return outputDir , 0 , True
245
245
246
- sampleSheet = "/dont_touch_this/solexa_runs /{}/RELACS_Project_{}.txt" .format (runID , BRB .misc .pacifier (project ))
246
+ sampleSheet = "/dont_touch_this/short_runs /{}/RELACS_Project_{}.txt" .format (runID , BRB .misc .pacifier (project ))
247
247
if not os .path .exists (sampleSheet ) and not os .path .exists (os .path .join (outputDir , "RELACS_sampleSheet.txt" )):
248
248
log .critical ("RELACS: wrong samplesheet name: {}" .format (sampleSheet ))
249
249
print ("wrong samplesheet name!" , sampleSheet )
0 commit comments