-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I am implementing this microtest repository and am wondering what should be placed in the [data path] section in these code blocks:
required_input_files: [data_path]
ngs_input_files: [data_path]
under the attac-seq, chip-seq, rna-seq pipelines. As I understand, the data is being inputted in correspondence with the microtest_annotation.csv sheet, so when the attac seq pipeline runs the ATTAC-seq_human_PE sample, it should read the data from attac-seq_PE.bam, as the amplicon_simple pipeline does successfully with the amplicon.fastq.gz file. I have left those two lines in the other pipelines alone with just [data_path] because I was not sure what data the pipelines would like inputted here but am getting errors including "KeyError: 'sample_root'". Any help would be appreciated! Thank you.