This file is indexed.

/usr/share/openms-common/OpenMS/TOOLS/EXTERNAL/Rscript_qcfigures_tic.ttd is in openms-common 1.11.1-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<ttd>
	<tool status="external">
		<category>does not really matter</category>
		// multiple of these are allowed
		<type>Rscript_qcfigures_tic</type>
		#name# -- for internal only
		// multiple of these allowed (same # as 'types') - for external only
		<external>
				<text>
					<onstartup>Calling Rscript tic ...</onstartup>
					<onfail>Something went wrong. Is 'R' in your PATH?</onfail>
					<onfinish>Tool finished successfully.</onfinish>
				</text>
			<e_category>FileConversion</e_category>
			<cloptions>--vanilla %1/ProduceQCFigures_tic.R %2 %3</cloptions>
			<path>Rscript</path>
			<mappings>
				<mapping id="1" cl="%%scriptpath" />
				<mapping id="2" cl="%%inTSVtic" />
				<mapping id="3" cl="%TMP/%BASENAME[%%inTSVtic]_tic.png" />
				<file_post location="%TMP/%BASENAME[%%inTSVtic]_tic.png" target="out" />
			</mappings>
			<ini_param>
				<ITEM name="scriptpath" value="." type="string" description="input script path, this should point
to share/OpenMS/SCRIPTS of your OpenMS installation"/>
				<ITEM name="inTSVtic" value="" type="string" description="tabular input data for tic stats(valid formats:
&apos;unknown,tsv&apos;)" tags="input file" />
				<ITEM name="out" value="" type="string" description="output figure from R(valid formats:
&apos;png&apos;)" tags="output file" />
			</ini_param>
		</external>
	</tool>
</ttd>