forked from hyoo/topN_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build either on rnaseq or snps with a choice of subset
- Loading branch information
Showing
3 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# download cell descriptors | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/rna-seq/combined_rnaseq_data_lincs1000_combat data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/dose_response/combined_single_response_agg data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/cell_lines/combined_cancer_types data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/rna-seq/combined_rnaseq_data_oncogenes_combat data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/rna-seq/combined_rnaseq_data_combat data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/snps/combined_snps_data_lincs1000_combat data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/snps/combined_snps_data_oncogenes_combat data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/snps/combined_snps_data_combat data/ | ||
|
||
# download drug descritpros | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/drug_descriptors/combined_dragon7_descriptors data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/drug_descriptors/combined_mordred_descriptors data/ | ||
|
||
# download response data | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/dose_response/combined_single_response_agg data/ | ||
|
||
# download data files | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/drugs/drugs_1800 data/ | ||
scp biologin-4.mcs.anl.gov:/vol/nciftp/private/data_frames/cell_lines/combined_cancer_types data/ |