We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 7 columns, instead of 6 in line 4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patient,gender,status,sample,lane,fastq_1,fastq_2 | |
S000,XX,0,S000-1234N,S000-1234N_M1,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.1.AGTTGCTT_R1_xxx.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.1.AGTTGCTT_R2_xxx.fastq.gz | |
S001,XX,0,S001-1234N,S001-1234N_M2,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.2.AGTTGCTT_R1_xxx.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C097F_N_111207.2.AGTTGCTT_R2_xxx.fastq.gz | |
S002,XX,0,S002-1234N,S002-1234N_M4,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C09DF_N_111207.4.AGTTGCTT_R1_xxx.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/normal/C09DF_N_111207.4.AGTTGCTT_R2_xxx.fastq.gz | |
S003,XX,0,S003-1234N,S003-1234N_M5,https://raw.githubusercontent.com/nf-core/test-datasets/sarek/testdata/manta/n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docker-ci | |
on: | |
push: | |
branches: [main] | |
tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version | |
workflow_dispatch: # Allow manually triggering the workflow | |
jobs: | |
docker-build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script uploads your public SSH key ('id_ed25519' by default) | |
# to the home directories of 'ec2-user' and 'ssm-user'. While both | |
# users are configured, it's recommended to use 'ec2-user' for SSH. | |
# Written by Bruno Grande. | |
# | |
# Script usage: | |
# |
OlderNewer