farhat-lab / gentb-site

The genTB project, the Django site, variant calling and prediciton pipeline, and mapping pipeline with hooks to two ravens
https://gentb.hms.harvard.edu
Other
8 stars 11 forks source link

Add list of minimal features needed on single end and paired end predict upload pages #240

Closed mahafarhat closed 3 years ago

mahafarhat commented 3 years ago

@mgro is preparing a new table that includes WDNN features and RF features.

We should place it here for both single-end and paired-end pages: image

doctormo commented 3 years ago

@mgro Let me know when the table is ready to add.

mgro commented 3 years ago

Hi @doctormo - here is the table as word doc or PDF. table_for_website.docx

table_website
mahafarhat commented 3 years ago

@doctormo when you update the single end upload page with this table, can you please add a sentence describing the naming convention for the single end fastq file? I believe we require the fastq file to have .fastq or .fastq.gz at th emoment

We just had a user try to upload fastq files labeled .fq or .fq.gz. I think its fine to accept this naming convention too. So in sum 1- please allow .fq and .fq.gz files 2- Provide the user with instruction saying files should be labeled .fastq or .fq and gzipped files are accepted and preferred.

doctormo commented 3 years ago

Maha can you provide the completed sentence required for these three requests?

doctormo commented 3 years ago

I've added the "fq" and "fq.gz" uploading support, this doesn't mean it will work in the pipelines though.

mahafarhat commented 3 years ago

For complete sentence for single end upload instructions please use the following: " Create a prediction from single-ended FastQ genetic sequence. You can batch upload multiple FastQ files.

Both compressed and uncompressed files are accepted but the former are preferred. Please label paired end FastQ files using either the .fastq or .fq extension. No other extensions are accepted. "

mahafarhat commented 3 years ago

for the fq support, make sure it accepts it the same way as a .fastq but then renames it as .fastq so we don't get any downstream errors.

doctormo commented 3 years ago

All these issues should now be fixed.