Skip to content

Commit

Permalink
fix Allen download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Apr 28, 2021
1 parent da737f4 commit eebd6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions human_motorcortex/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rule all:
############################## Data Download ##################################
rule download:
params:
data_url = "http://data.nemoarchive.org/biccn/grant/lein/lein/2020_M1_study_analysis/Transcriptomics/sncell/10X/human/processed/counts/counts/M1/Human_M1_10xV3_Matrix.RDS",
metadata_url = "http://data.nemoarchive.org/biccn/grant/lein/lein/2020_M1_study_analysis/Transcriptomics/sncell/10X/human/processed/counts/counts/M1/Human_M1_10xV3_Metadata.feather"
data_url = "http://data.nemoarchive.org/publication_release/Lein_2020_M1_study_analysis/Transcriptomics/sncell/10X/human/processed/counts/counts/M1/Human_M1_10xV3_Matrix.RDS",
metadata_url = "http://data.nemoarchive.org/publication_release/Lein_2020_M1_study_analysis/Transcriptomics/sncell/10X/human/processed/counts/counts/M1/Human_M1_10xV3_Metadata.feather"
output:
"logs/download_data.log",
"data/Human_M1_10xV3_Matrix.RDS",
Expand Down
4 changes: 2 additions & 2 deletions mouse_motorcortex/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rule all:
############################## Reference #######################################
rule download:
params:
data_url = "http://data.nemoarchive.org/biccn/grant/lein/lein/2020_M1_study_analysis/Transcriptomics/sncell/10X/mouse/processed/counts/counts/M1/Mouse_M1_10xV3_Matrix.RDS",
metadata_url = "http://data.nemoarchive.org/biccn/grant/lein/lein/2020_M1_study_analysis/Transcriptomics/sncell/10X/mouse/processed/counts/counts/M1/Mouse_M1_10xV3_Metadata.feather"
data_url = "http://data.nemoarchive.org/publication_release/Lein_2020_M1_study_analysis/Transcriptomics/sncell/10X/mouse/processed/counts/counts/M1/Mouse_M1_10xV3_Matrix.RDS",
metadata_url = "http://data.nemoarchive.org/publication_release/Lein_2020_M1_study_analysis/Transcriptomics/sncell/10X/mouse/processed/counts/counts/M1/Mouse_M1_10xV3_Metadata.feather"
output:
"logs/download_data.log",
"data/Mouse_M1_10xV3_Matrix.RDS",
Expand Down

0 comments on commit eebd6fc

Please sign in to comment.