Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remiove old biomart instructions
  • Loading branch information
chriswyatt1 authored Jul 15, 2024
1 parent c17e379 commit 05891d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ensembl <- useEnsembl(biomart = "genes", host="https://ensembl.org")
Then you can run the excon script as follows:

```
nextflow run main.nf -resume -profile docker --input data/input_small-s3.csv --cafe --cafe_go --ensembl_repo "metazoa_mart" --ensembl_host 'https://metazoa.ensembl.org' --ensembl_dataset "example.txt" --download
nextflow run main.nf -resume -profile <apptainer/docker/singularity> --input data/input_small-s3.csv --cafe --cafe_go --ensembl_biomart "metazoa_mart" --ensembl_dataset "example.txt"
```

where `example.txt` is a file of dataset IDs from ensembl biomart (as shown above), separated by newline characters.
Expand Down

0 comments on commit 05891d8

Please sign in to comment.