Skip to content

Commit a2bad1b

Browse files
committed
Maggie's chapter
1 parent 746aa4d commit a2bad1b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

assets/images/people/maggie.jpg

-101 KB
Loading

dataWrangling/ena-genome-submission.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "ENA data submission part 3"
33
layout: single
44
author: Arun Seetharam
5+
author1: Margaret Woodhouse
56
author_profile: true
67
header:
78
overlay_color: "444444"

tutorials/submit-raw-data-to-ena.md dataWrangling/submit-raw-data-to-ena.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ header:
1010

1111
# Submitting raw datasets to ENA
1212

13-
This is part 2 of the ENA data submission. Here we demonstrate how to submit raw reads and associated data and connect it to your existing BioProject, BioExperiments and SRA datasets. This assumes that you have already finished the part 1 (BioProject creation) step.
13+
This is part 2 of the ENA data submission. Here we demonstrate how to submit raw reads and associated data and connect it to your existing BioProject, BioExperiments and SRA datasets. This assumes that you have already finished the part 1 (BioProject creation) step.
1414

1515
An overview of the reads submission process to ENA can be found here:
1616

1717
https://ena-docs.readthedocs.io/en/latest/submit/reads.html
1818

19-
This section will address two different types of submission:
19+
This section will address two different types of submission:
2020

21-
1. Raw read and other data submission for genomes;
21+
1. Raw read and other data submission for genomes;
2222
2. Raw read and other data submission for functional data such as RNA-seq, bisulfite sequencing, and other data types not related to genome sequencing or assembly.
2323

2424
Before beginning, it should be noted that ENA frequently changes its submission protocols, so that while we will make every attempt to keep this information up to date, there may be times when some of the steps have become modified or obsolete. Be sure to check the link above to see if protocols have changed from what is described here.
@@ -32,7 +32,7 @@ This section explains how to upload files to ENA using a command line FTP client
3232

3333
The below instructions describe how you may upload your files to us through a command line FTP client in Linux or Mac.
3434

35-
Open a terminal and type
35+
Open a terminal and type
3636

3737
```
3838
lftp webin2.ebi.ac.uk -u Webin-xxxxx
@@ -45,7 +45,7 @@ filling in your Webin username that had been created when you created your Biopr
4545
-Use mput <filename> command to upload files.
4646
-Use bye command to exit the ftp client.
4747

48-
Note that in your Webin username, the ‘W’ should be upper case. In this section, we will use the fictional Webin-00000 account as our example, and a fictional password PaSSW0rd.
48+
Note that in your Webin username, the ‘W’ should be upper case. In this section, we will use the fictional Webin-00000 account as our example, and a fictional password PaSSW0rd.
4949

5050
```
5151
lftp webin2.ebi.ac.uk -u Webin-00000
@@ -113,7 +113,7 @@ Once again, an md5 of all the 10xgenomics files were made:
113113

114114
md5sum *.fastq.gz > B104_10x_fastq_md5
115115

116-
However, this time, in the ENA reads submission portal https://www.ebi.ac.uk/ena/submit/webin/read-submission, you will select "Fastq" as the file type instead of bam files.
116+
However, this time, in the ENA reads submission portal https://www.ebi.ac.uk/ena/submit/webin/read-submission, you will select "Fastq" as the file type instead of bam files.
117117

118118
To complete the submission of your genome(s), please see Section 3, "Submission Guidelines for Chromosomal level Assemblies to ENA":
119119

0 commit comments

Comments
 (0)