We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clean
Running the clean rule in the phylogenetic workflow removes the USVI data that was added in #31
So if you run clean then try to run the workflow, it results in an error:
$ nextstrain build phylogenetic/ clean ... $ nextstrain build phylogenetic/ Building DAG of jobs... MissingInputException in rule append_usvi in file /nextstrain/build/rules/merge_sequences_usvi.smk, line 24: Missing input files for rule append_usvi: output: data/sequences_all.fasta, data/metadata_all.tsv affected files: data/metadata_usvi.tsv data/sequences_usvi.fasta
I think easiest to just move the USVI data to a different directory, e.g. usvi_data, so that it does not get removed with the workflow data.
usvi_data
The text was updated successfully, but these errors were encountered:
Other options include:
data/metadata.tsv
data/sequences.fasta
data/metadata_all.tsv
data/sequences_all.fasta
zika/phylogenetic/Snakefile
Line 22 in c710ca1
local_data
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Running the
clean
rule in the phylogenetic workflow removes the USVI data that was added in #31So if you run
clean
then try to run the workflow, it results in an error:Possible solution
I think easiest to just move the USVI data to a different directory, e.g.
usvi_data
, so that it does not get removed with the workflow data.The text was updated successfully, but these errors were encountered: