Skip to content

Commit

Permalink
add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Oct 16, 2024
1 parent cf74c8a commit af32149
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beta-pipelines/skylab/slidetags/SlideTags.wdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 1.0

import "spatial-count/spatial-count.wdl" as SpatialCount
import "scripts/spatial-count.wdl" as SpatialCount

workflow SlideTags {

Expand Down
11 changes: 11 additions & 0 deletions beta-pipelines/skylab/slidetags/scripts/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Credits

This project uses code from the following sources:

- **Spatial Count Workflow**
URL: [https://github.com/MacoskoLab/Macosko-Pipelines/blob/main/spatial-count/spatial-count.wdl](https://github.com/MacoskoLab/Macosko-Pipelines/blob/main/spatial-count/spatial-count.wdl)
This code was adapted and modified from the Macosko Lab's pipeline repository.

Additional modifications include output handling and script download changes.

Please refer to the original source for the full context of the workflow.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ task count {
set -x
# Taken from https://github.com/MacoskoLab/Macosko-Pipelines/blob/main/spatial-count/spatial-count.wdl
# Modified to include the outputs
# Last commit: eaebb9060fb05ececd980fd62438487d07990596


echo "<< starting spatial-count >>"
dstat --time --cpu --mem --disk --io --freespace --output spatial-count.usage &> /dev/null &
## removed dstat --time --cpu --mem --disk --io --freespace --output spatial-count.usage &> /dev/null &

gcloud config set storage/process_count 16
gcloud config set storage/thread_count 2
Expand Down

0 comments on commit af32149

Please sign in to comment.