Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Cookiercutter support zipped fastq sequences as input? #25

Open
catiajose7 opened this issue Jul 31, 2019 · 0 comments
Open

Does Cookiercutter support zipped fastq sequences as input? #25

catiajose7 opened this issue Jul 31, 2019 · 0 comments

Comments

@catiajose7
Copy link

I tried a lot of things, such as

R1_i=$MY_PATH/"$SAMPLE_ID_M"_S"$POP_M"_L001_R1_001"$TEST".fastq.gz
R2_i=$MY_PATH/"$SAMPLE_ID_M"_S"$POP_M"_L001_R2_001"$TEST".fastq.gz

R1=$(zcat $R1_i)
R2=$(zcat $R2_i)

cookiecutter extract -1 "$R1" -2 "$R2" -t "$THREADS" -f "$MSK" -o "$OUTPUT_MSR"

It appeared: "Argument list too long"
If there is a way to do it can give me an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant