File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 5050 # Check Bisulfite mode
5151 - name : Check Bisulphite mode
5252 run : |
53- wget https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/fastq_screen_test_dataset.tar.gz
54- tar xvzf fastq_screen_test_dataset.tar.gz
55- ln -s fastq_screen_test_dataset/*.fastq.gz .
56- # $GITHUB_WORKSPACE/fastq_screen --get_genomes. #Too large to download (or 3h timeout?), may have to work on a solution
57- # $GITHUB_WORKSPACE/fastq_screen --conf ./FastQ_Screen_Genomes_Bisulfite/fastq_screen.conf --bisulfite *.fastq.gz
53+ wget https://www.bioinformatics.babraham.ac.uk/projects/bismark/test_data.fastq
54+ wget https://github.com/FelixKrueger/Bismark/archive/0.22.3.tar.gz
55+ tar xvzf 0.22.3.tar.gz
56+ Bismark-0.22.3/bismark --help
57+ export PATH="~/Bismark-0.22.3:$PATH"
58+ source ~/.bashrc
59+
60+ # $GITHUB_WORKSPACE/fastq_screen --get_genomes --bisulfite #Took too much memory or too long (perhaps use fewer genomes)
61+
62+ # Run FastQ Screen
63+ - name : Run FastQ Screen
64+ run : |
65+ #$GITHUB_WORKSPACE/fastq_screen --conf ./FastQ_Screen_Genomes_Bisulfite/fastq_screen.conf --bisulfite *.fastq.gz
You can’t perform that action at this time.
0 commit comments