I upload the input file to the remote S3 bucket. I have this units.tsv as below and correctly used put the S3 credential in the config file. However, it seems that the function to retrieve the fq file can not recognize it as nextflow does. Is that snakemake does not support this feature or I'm doing something wrong ?
sample_name unit_name fq1 fq2 sra fastp_adapters fastp_extra strandedness
A1 1 s3://genomics/ngs-test-data/reads/a.scerevisiae.1.fq s3://genomics/ngs-test-data/reads/a.scerevisiae.2.fq --adapter_sequence=AGATCGGAAGAGCACACGTCTGAACTCCAGTCA yes
B1 1 s3://genomics/ngs-test-data/reads/c.scerevisiae.1.fq s3://genomics/ngs-test-data/reads/c.scerevisiae.2.fq --adapter_sequence=AGATCGGAAGAGCACACGTCTGAACTCCAGTCA none
A2 1 s3://genomics/ngs-test-data/reads/c.scerevisiae.1.fq s3://genomics/ngs-test-data/reads/c.scerevisiae.2.fq --adapter_sequence=AGATCGGAAGAGCACACGTCTGAACTCCAGTCA none
B2 1 s3://genomics/ngs-test-data/reads/b.scerevisiae.1.fq s3://genomics/ngs-test-data/reads/b.scerevisiae.2.fq --adapter_sequence=AGATCGGAAGAGCACACGTCTGAACTCCAGTCA reverse
I upload the input file to the remote S3 bucket. I have this units.tsv as below and correctly used put the S3 credential in the config file. However, it seems that the function to retrieve the fq file can not recognize it as nextflow does. Is that snakemake does not support this feature or I'm doing something wrong ?