Skip to content

Commit f21ac06

Browse files
authored
Merge pull request #46 from ncbi/release-0.3.0-alpha
Release 0.3.0-alpha
2 parents 5250364 + 5cdbc46 commit f21ac06

File tree

49 files changed

+1570
-477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1570
-477
lines changed

PRIVACY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
## Privacy Statement
44
We do not currently collect EGAPx usage data.
55

6-
Additional privacy and security policy information can be found on the [NLM Web Policies](https://www.nlm.nih.gov/web_policies.html) page.
6+
Additional privacy and security policy information can be found on the [NLM Web Policies](https://www.nlm.nih.gov/web_policies.html) page.

README.md

Lines changed: 223 additions & 105 deletions
Large diffs are not rendered by default.

examples/input_C_longicornis.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
genome: https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/029//603/195/GCF_029603195.1_ASM2960319v2/GCF_029603195.1_ASM2960319v2_genomic.fna.gz
1+
genome: https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/029/603/195/GCA_029603195.2_ASM2960319v2/GCA_029603195.2_ASM2960319v2_genomic.fna.gz
22
reads: txid2530218[Organism] AND biomol_transcript[properties] NOT SRS024887[Accession]
3-
taxid: 2530218
3+
taxid: 2530218
4+
annotation_provider: GenBank submitter
5+
annotation_name_prefix: GCA_029603195.2
6+
locus_tag_prefix: egapxtmp

examples/input_D_farinae_minimal.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/input_D_farinae_small.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
genome: https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/020/809/275/GCF_020809275.1_ASM2080927v1/GCF_020809275.1_ASM2080927v1_genomic.fna.gz
1+
genome: https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/020/809/275/GCA_020809275.1_ASM2080927v1/GCA_020809275.1_ASM2080927v1_genomic.fna.gz
22
taxid: 6954
33
reads:
44
- https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR8506572.1
55
- https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR8506572.2
66
- https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR9005248.1
77
- https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR9005248.2
8+
annotation_provider: GenBank submitter
9+
annotation_name_prefix: GCA_020809275.1
10+
locus_tag_prefix: egapxtmp

examples/input_D_farinae_small_proteins.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
genome: https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/020/809/275/GCA_020809275.1_ASM2080927v1/GCA_020809275.1_ASM2080927v1_genomic.fna.gz
2+
taxid: 6954
3+
reads: path/to/input_D_farinae_small_reads.txt
4+
annotation_provider: GenBank submitter
5+
annotation_name_prefix: GCA_020809275.1
6+
locus_tag_prefix: egapxtmp
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set1 https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR8506572.1
2+
set1 https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR8506572.2
3+
set2 https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR9005248.1
4+
set2 https://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/EGAP/sample_data/Dermatophagoides_farinae_small/SRR9005248.2

examples/input_D_farinae_small_rnaseq.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/input_D_farinae_small_rnaseq_proteins.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)