@@ -205,7 +205,7 @@ rule get_fastq:
205205 mem_mb = 1000
206206 threads : 1
207207 wrapper :
208- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /getfastqs"
208+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /getfastqs"
209209
210210
211211rule download_inclusion_list :
@@ -292,7 +292,7 @@ rule star_solo_splitpool:
292292 sj_features = temp ("{library_id}/Solo.out/SJ/raw/features.tsv" ),
293293 sj_matrix = temp ("{library_id}/Solo.out/SJ/raw/matrix.mtx" ),
294294 wrapper :
295- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /star_solo_splitseq"
295+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /star_solo_splitseq"
296296
297297
298298rule to_archive :
@@ -349,7 +349,7 @@ rule generate_pool_single_cell_mex_qc_plots:
349349 resources :
350350 mem_mb = 1000
351351 wrapper :
352- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /single_cell_mex_qc_plots"
352+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /single_cell_mex_qc_plots"
353353
354354include :
355355 "rules/create_md5s.smk"
@@ -381,7 +381,7 @@ rule prepare_encode_subpool_metadata:
381381 resources :
382382 mem_mb = 1000
383383 wrapper :
384- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /prepare_encode_subpool_metadata"
384+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /prepare_encode_subpool_metadata"
385385
386386rule submit_star_solo_subpool_data :
387387 input :
@@ -418,7 +418,7 @@ rule submit_star_solo_subpool_data:
418418 resources :
419419 mem_mb = 1000
420420 wrapper :
421- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /post_encode_star_solo_files"
421+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /post_encode_star_solo_files"
422422
423423
424424rule post_star_qc :
@@ -438,7 +438,7 @@ rule post_star_qc:
438438 mem_mb = DEFAULT_MEM_MB
439439 log : "{library_id}/post_star_qc.log"
440440 wrapper :
441- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /post_encode_star_qc_metrics"
441+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /post_encode_star_qc_metrics"
442442
443443
444444rule post_star_solo_qc_metrics :
@@ -462,7 +462,7 @@ rule post_star_solo_qc_metrics:
462462 mem_mb = DEFAULT_MEM_MB
463463 log : "{library_id}/post_star_solo_qc.log"
464464 wrapper :
465- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /post_encode_star_solo_qc_metrics"
465+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /post_encode_star_solo_qc_metrics"
466466
467467
468468rule post_single_cell_mex_qc_plots :
@@ -485,7 +485,7 @@ rule post_single_cell_mex_qc_plots:
485485 mem_mb = DEFAULT_MEM_MB
486486 log : "{library_id}/post_count_matrix_qc_{gene_model}_{multiread}_{matrix}.log"
487487 wrapper :
488- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /post_encode_star_solo_gene_count_plots"
488+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /post_encode_star_solo_gene_count_plots"
489489
490490
491491rule generate_merged_mex_archives :
@@ -503,7 +503,7 @@ rule generate_merged_mex_archives:
503503 resources :
504504 mem_mb = 8196
505505 wrapper :
506- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /create_merged_mex_archive"
506+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /create_merged_mex_archive"
507507
508508rule prepare_encode_merged_splitseq_metadata :
509509 input :
@@ -522,7 +522,7 @@ rule prepare_encode_merged_splitseq_metadata:
522522 resources :
523523 mem_mb = 1000
524524 wrapper :
525- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /prepare_encode_merged_splitseq_metadata"
525+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /prepare_encode_merged_splitseq_metadata"
526526
527527
528528
@@ -546,4 +546,4 @@ rule submit_star_solo_merged_data:
546546 resources :
547547 mem_mb = 1000
548548 wrapper :
549- "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.2 /post_encode_star_solo_files"
549+ "https://raw.githubusercontent.com/detrout/woldrnaseq-wrappers/0.0.3 /post_encode_star_solo_files"
0 commit comments