Skip to content

Commit b7e4c0d

Browse files
torres-alexisbnovak32
authored andcommitted
update annotations link in rnaseq workflow doc (#192)
Fixed the link the genome annotation files in the RNASeq Workflow README.
1 parent f3bbe20 commit b7e4c0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • RNAseq/Workflow_Documentation/NF_RCP

RNAseq/Workflow_Documentation/NF_RCP/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ nextflow run NF_RCP_2.0.1/main.nf \
225225
--reference_fasta <url/or/path/to/fasta> \
226226
--reference_gtf <url/or/path/to/gtf>
227227
```
228-
> Note: This approach should be used for organisms not listed in the [GeneLab annotations table](https://github.com/nasa/GeneLab_Data_Processing/blob/master/GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110/GL-DPPD-7110_annotations.csv).
228+
> Note: This approach should be used for organisms not listed in the [GeneLab annotations table](https://github.com/nasa/GeneLab_Data_Processing/blob/master/GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A_annotations.csv).
229229
230230
> Note: The `--reference_source` and `--reference_version` parameters should match the reference source and version number of the reference fasta and gtf files used.
231231
@@ -286,7 +286,7 @@ nextflow run NF_RCP_2.0.1/main.nf \
286286
287287
* `--gene_annotations_file` - Specifies the URL or path to a gene annotation file that adds additional gene annotation columns to the differential expression output table. This can be:
288288
289-
- The file listed in the `genelab_annots_link` column of the [GeneLab annotations table](https://github.com/nasa/GeneLab_Data_Processing/blob/master/GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110/GL-DPPD-7110_annotations.csv)
289+
- The file listed in the `genelab_annots_link` column of the [GeneLab annotations table](https://github.com/nasa/GeneLab_Data_Processing/blob/master/GeneLab_Reference_Annotations/Pipeline_GL-DPPD-7110_Versions/GL-DPPD-7110-A/GL-DPPD-7110-A_annotations.csv)
290290
- A custom gene annotation file where:
291291
- For organisms listed in the GeneLab annotations table: gene IDs must be in a column with the same name as column 1 of the GeneLab organism-specific gene annotation file
292292
- For organisms not listed in the table: gene IDs must be in a column named `gene_id`

0 commit comments

Comments
 (0)