@@ -49,11 +49,13 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
4949 < b > Upload your Normalized RNA-Seq data set</ b >
5050 < br />
5151 To upload your data set, compress the files into a .tar.gz, .tgz or
52- .zip file. The upload requires:
52+ .zip file (compress the set of files, not a folder containing them).
53+ The upload requires:
5354 < ol >
5455 < li >
55- < b > Counts file(s)</ b > - Each sample must have a tab-delimited
56- file containing two columns with these headers:
56+ < b > Counts file(s)</ b > - Each sample must have only one
57+ tab-delimited file (use extension .txt) containing two columns
58+ with these headers:
5759 < ul >
5860 < li > 'gene_id'</ li >
5961 < li > 'FPKM' or 'TPM'</ li >
@@ -74,8 +76,8 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
7476 </ ol >
7577 Optionally, you may include < b > bigWig files</ b > (.bw extension) in
7678 your uploaded compressed file. They are not required but will allow
77- visualization in the genome browser. Do not add these file names in
78- the manifest file.
79+ visualization in the genome browser. Add these file names in the
80+ manifest file.
7981 < br />
8082 The Upload Data Set service initiates the transfer and will create a
8183 record page for your data set that contains links to the fold change
@@ -175,7 +177,6 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
175177 'optional longer description of the summary including background, study objectives, methodology, etc.' ,
176178 } ,
177179 } ,
178- hideRelatedOrganisms : true ,
179180 renderInfo : ( ) => (
180181 < p className = "formInfo" >
181182 We accept any file in the{ ' ' }
@@ -302,7 +303,6 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
302303 'optional longer description of the study including background, study objectives, methodology, etc.' ,
303304 } ,
304305 } ,
305- hideRelatedOrganisms : true ,
306306 uploadMethodConfig : {
307307 file : {
308308 render : ( { fieldNode } ) => (
0 commit comments