Skip to content

Commit a864784

Browse files
Merge pull request #51 from StevenWingett/pre_release
Pre release
2 parents f2c0f25 + af1dc39 commit a864784

File tree

10 files changed

+732
-98
lines changed

10 files changed

+732
-98
lines changed

.github/workflows/git_actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI
55
# Controls when the action will run. Triggers the workflow on push or pull request
66
on:
77
push:
8-
branches: [ master, pre_release ]
8+
branches: [ master ]
99
pull_request:
10-
branches: [ master, pre_release ]
10+
branches: [ master ]
1111

1212
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1313
jobs:

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The FastQ Screen Homepage is found at:
1111
https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen
1212

1313
Full documentation on using the software is provided at:
14-
https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/_build/html/index.html
14+
https://stevenwingett.github.io/FastQ-Screen/
1515

1616
The codebase is maintained at:
1717
https://github.com/StevenWingett/FastQ-Screen

RELEASE_NOTES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release notes for FastQ Screen v0.15.2 (26 January 2022)
2+
--------------------------------------------------------
3+
Updated documentation
4+
5+
Provided details on the genomes downloaded with the
6+
command --get_genomes for possible future reference.
7+
8+
19
Release notes for FastQ Screen v0.15.1 (11 January 2022)
210
--------------------------------------------------------
311
Updated contact details.

fastq_screen_documentation.md docs/README.md

+110-95
Large diffs are not rendered by default.

docs/_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-modernist

download_genomes/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This folder contains details on the downloaded regular (Bowtie2) and bisulphite genomes (Bismark/Bowtie2), should they need to be re-made / uploaded at some future date.
2+
3+
This folder contains a tree of the files on the remote FTP, the regular/bisulphite configuration files downloaded from the FTP and the FTP location file downloaded from the Babraham server.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
# This is a configuration file for fastq_screen
2+
3+
############
4+
## Bowtie2 #
5+
############
6+
## If the Bowtie2 binary is not in your PATH then you can
7+
## set this value to tell the program where to find it.
8+
## Uncomment the line below and set the appropriate location
9+
10+
#BOWTIE2 /bi/apps/bowtie2/2.3.2/bowtie2
11+
12+
13+
############
14+
## BISMARK #
15+
############
16+
## If the Bismark binary is not in your PATH then you can
17+
## set this value to tell the program where to find it.
18+
## Uncomment the line below and set the appropriate location
19+
20+
#BISMARK /bi/apps/bismark/bismark
21+
22+
23+
############
24+
## Threads #
25+
############
26+
## Bowtie can be made to run across multiple CPU cores to
27+
## speed up your searches. Set this value to the number
28+
## of cores you want to use for your searches.
29+
30+
THREADS 7
31+
32+
##############
33+
## Databases #
34+
##############
35+
## This section allows you to configure multiple databases
36+
## to search against in your screen. For each database
37+
## you need to provide a database name (which can't contain
38+
## spaces) and the location of the bowtie indices which
39+
## you created for that database.
40+
##
41+
## The default entries shown below are only suggested examples
42+
## you can add as many DATABASE sections as you like, and you
43+
## can comment out or remove as many of the existing entries
44+
## as you like.
45+
46+
47+
48+
#########
49+
## Human - sequences available from
50+
## ftp://ftp.ensembl.org/pub/current/fasta/homo_sapiens/dna/
51+
DATABASE Human [FastQ_Screen_Genomes_Path]/Human/GRCh38
52+
53+
54+
55+
#########
56+
## Mouse - sequence available from
57+
## ftp://ftp.ensembl.org/pub/current/fasta/mus_musculus/dna/
58+
DATABASE Mouse [FastQ_Screen_Genomes_Path]/Mouse/GRCm38
59+
60+
61+
62+
#########
63+
## Rat - sequence available from
64+
## ftp://ftp.ensembl.org/pub/current/fasta/rattus_norvegicus/dna/
65+
DATABASE Rat [FastQ_Screen_Genomes_Path]/Rat/Rnor_6.0
66+
67+
68+
69+
############
70+
# Drosophila
71+
DATABASE Drosophila [FastQ_Screen_Genomes_Path]/Drosophila_melanogaster/BDGP6
72+
73+
74+
75+
#########
76+
## Worm
77+
DATABASE Worm [FastQ_Screen_Genomes_Path]/C_elegans/WBcel235
78+
79+
80+
81+
#########
82+
## Yeast - sequence available from
83+
## ftp://ftp.ensembl.org/pub/current/fasta/saccharomyces_cerevisiae/dna/
84+
DATABASE Yeast [FastQ_Screen_Genomes_Path]/Yeast/R64-1-1
85+
86+
87+
88+
#########
89+
## Arabidopsis - sequences available from
90+
DATABASE Arabidopsis [FastQ_Screen_Genomes_Path]/Arabidopsis/TAIR10
91+
92+
93+
94+
#########
95+
## Ecoli
96+
## Sequence available from EMBL accession U00096.2
97+
DATABASE Ecoli [FastQ_Screen_Genomes_Path]/E_coli/NC_010473
98+
99+
100+
101+
102+
########
103+
## PhiX - sequence available from Refseq accession NC_001422.1
104+
DATABASE PhiX [FastQ_Screen_Genomes_Path]/PhiX/phiX174_plus_SNPs
105+
106+

download_genomes/genome_locations.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ftp1.babraham.ac.uk/ftpusr46/FastQ_Screen_Genomes/
2+
ftp1.babraham.ac.uk/ftpusr46/FastQ_Screen_Genomes_Bisulfite/

0 commit comments

Comments
 (0)